libsim  Versione6.3.0
elemental subroutine geo_proj_unproj ( type(geo_proj), intent(in)  this,
double precision, intent(in)  x,
double precision, intent(in)  y,
double precision, intent(out)  lon,
double precision, intent(out)  lat 
)

Computes and returns geographical coordinates given the coordinates in the projected system.

Parametri
[in]thisobject to unproject
[in]xprojected coordinates
[in]yprojected coordinates
[out]longeographical coordinates
[out]latgeographical coordinates

Definizione alla linea 893 del file geo_proj_class.F90.


Generated with Doxygen.