Click or drag to resize

MapProjectionGeo2Proj Method

Convert coordinates from geographical coordinates to projection coordinates

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.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