libsim Versione 7.2.4
|
◆ 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.
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
|