CartographyProj2Geo Method
Convert coordinates from projection coordinates to geographical coordinates
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
public void Proj2Geo(
double east,
double north,
out double lon,
out double lat
)
member Proj2Geo :
east : float *
north : float *
lon : float byref *
lat : float byref -> unit
Parameters
- east Double
- Easting
- north Double
- Northing
- lon Double
- Longitude
- lat Double
- Latitude