CartographyXy2Proj Method
Convert coordinates from local grid x-y coordinates to projection coordinates
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
public void Xy2Proj(
double x,
double y,
out double east,
out double north
)
member Xy2Proj :
x : float *
y : float *
east : float byref *
north : float byref -> unit
Parameters
- x Double
- Local grid x coordinate
- y Double
- Local grid y coordinate
- east Double
- Easting
- north Double
- Northing