MapProjectionGeo2Proj Method

Convert coordinates from geographical coordinates to projection coordinates

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void Geo2Proj(
	double lon,
	double lat,
	out double east,
	out double north
)

Parameters

lon  Double
Longitude
lat  Double
Latitude
east  Double
Easting
north  Double
Northing

See Also