libsim  Versione 7.1.8

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

522 
523 TYPE(shpobject) :: shpobj
524 
525 ! read shape object
526 shpobj = shpreadobject(shphandle, nshp)
527 IF (.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.