Click or drag to resize

MzMapProjectionXyz2Geo Method

Convert coordinates from 3D coordinates to geographical coordinates.

The 3D coordinate system origin is at the earth center (ellipsoid center)

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 Xyz2Geo(
	double x,
	double y,
	double z,
	out double lon,
	out double lat,
	out double height
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
z
Type: SystemDouble
lon
Type: SystemDouble
lat
Type: SystemDouble
height
Type: SystemDouble
See Also