libsim Versione 7.1.11

◆ arrayof_georef_coord_array_append()

integer function, private 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 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)

Generated with Doxygen.