Click or drag to resize

MzMapProjectionGeo2Proj Method

Convert coordinates from geographical coordinates to projection coordinates

Namespace:  DHI.Generic.Cartography
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.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
lat
Type: SystemDouble
east
Type: SystemDouble
north
Type: SystemDouble
See Also