libsim  Versione7.1.6
subroutine georef_coord_array_getval ( type(georef_coord_array), intent(in)  this,
double precision, dimension(:), intent(out), optional, allocatable  x,
double precision, dimension(:), intent(out), optional, allocatable  y,
integer, intent(out), optional  topo,
type(geo_proj), intent(out), optional  proj 
)

Query a georef_coord_array object.

This is the correct way to retrieve the contents of a georef_coord_array object, since its members are declared as PRIVATE.

Parametri
[in]thisobject to query
[out]xx-coordinate
[out]yy-coordinate
[out]topotopology associated with the coordinates
[out]projgeographical projection

Definizione alla linea 1002 del file georef_coord_class.F90.


Generated with Doxygen.