|
◆ arrayof_georef_coord_array_append()
Quick method to append an element to the array.
The return value is the position at which the element has been appended.
- Parametri
-
| this | array object to extend |
[in] | content | object of TYPE TYPE(georef_coord_array) to append |
Definizione alla linea 536 del file georef_coord_class.F90.
536 END SUBROUTINE georef_coord_array_import 540 SUBROUTINE georef_coord_array_export(this, shphandle, nshp) 541 TYPE(georef_coord_array), INTENT(in) :: this 542 TYPE(shpfileobject), INTENT(inout) :: shphandle 543 INTEGER, INTENT(IN) :: nshp
|