libsim  Versione7.2.3

◆ georef_coord_getval()

elemental subroutine georef_coord_getval ( type(georef_coord), intent(in)  this,
double precision, intent(out), optional  x,
double precision, intent(out), optional  y 
)

Query a georef_coord object.

This is the correct way to retrieve the contents of a georef_coord object, since its members are declared as PRIVATE. It is declared as ELEMENTAL, thus it works also on arrays of any shape and, in that case, the result will hae the same shape as this.

Parametri
[in]thisobject to query
[out]xx-coordinate
[out]yy-coordinate

Definizione alla linea 761 del file georef_coord_class.F90.


Generated with Doxygen.