Click or drag to resize
CartographyGeo2Proj Method
Convert coordinates from geographical coordinates to projection coordinates

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

Parameters

lon
Type: SystemDouble
Longitude
lat
Type: SystemDouble
Latitude
east
Type: SystemDouble
Easting
north
Type: SystemDouble
Northing
See Also