CartographyXy2Geo Method
Convert coordinates from local grid x-y coordinates to geographical coordinates
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
public void Xy2Geo(
double x,
double y,
out double lon,
out double lat
)
member Xy2Geo :
x : float *
y : float *
lon : float byref *
lat : float byref -> unit
Parameters
- x Double
- Local grid x coordinate
- y Double
- Local grid y coordinate
- lon Double
- Longitude
- lat Double
- Latitude