Click or drag to resize

MzCartography.Proj2Geo Method

Convert coordinates from projection coordinates to geographical 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 Proj2Geo(
	double east,
	double north,
	out double lon,
	out double lat
)

Parameters

east
Type: System.Double
north
Type: System.Double
lon
Type: System.Double
lat
Type: System.Double
See Also