libsim Versione 7.2.1

◆ arrayof_georef_coord_array_append()

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

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 515 del file georef_coord_class.F90.

516#ifdef HAVE_SHAPELIB
517! internal method for importing a single shape
518SUBROUTINE georef_coord_array_import(this, shphandle, nshp)
519TYPE(georef_coord_array),INTENT(OUT) :: this
520TYPE(shpfileobject),INTENT(INOUT) :: shphandle
521INTEGER,INTENT(IN) :: nshp
522
523TYPE(shpobject) :: shpobj
524

Generated with Doxygen.