libsim  Versione 7.1.6

◆ georef_coord_proj_getval()

elemental subroutine georef_coord_proj_getval ( type(georef_coord), intent(in)  this,
type(geo_proj), intent(in)  proj,
double precision, intent(out), optional  x,
double precision, intent(out), optional  y,
double precision, intent(out), optional  lon,
double precision, intent(out), optional  lat 
)

Query a georef_coord object associating a geographical projection to it.

This method allow to interpret the x,y coordinates of a georef_coord object as projected on a specified geographical projection system and retrieve the geodetic longitude and/or latitude associated to them. When x or \y are requested it works as the basic get_val method. 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
[in]projgeographical projection associated to coordinates of this
[out]xx-coordinate
[out]yy-coordinate
[out]longeodetic longitude
[out]latgeodetic latitude

Definizione alla linea 775 del file georef_coord_class.F90.


Generated with Doxygen.