libsim Versione 7.1.11
|
◆ 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 521 del file georef_coord_class.F90. 522
523TYPE(shpobject) :: shpobj
524
525! read shape object
526shpobj = shpreadobject(shphandle, nshp)
527IF (.NOT.shpisnull(shpobj)) THEN
528! import it in georef_coord object
529 this = georef_coord_array_new(x=dble(shpobj%padfx), y=dble(shpobj%padfy), &
530 topo=shpobj%nshptype)
|