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