libsim  Versione6.3.0

◆ arrayof_georef_coord_array_append()

integer function, private georef_coord_class::arrayof_georef_coord_array_append ( type(arrayof_georef_coord_array this,
type(georef_coord_array), intent(in)  content 
)
private

Quick method to append an element to the array.

The return value is the position at which the element has been appended.

Parametri
thisarray object to extend
[in]contentobject 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
537 
538 
539 ! internal method for exporting a single shape
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 ! index of shape to write starting from 0, -1 to append
544 

Generated with Doxygen.