libsim  Versione7.2.3

◆ georef_coord_array_getval()

subroutine georef_coord_class::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 
)
private

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


Generated with Doxygen.