CartographyGeo2Xy Method

Convert coordinates from geographical coordinates to local grid x-y coordinates

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void Geo2Xy(
	double lon,
	double lat,
	out double x,
	out double y
)

Parameters

lon  Double
Longitude
lat  Double
Latitude
x  Double
Local grid x coordinate
y  Double
Local grid y coordinate

See Also