Click or drag to resize

MzMapProjectionGeo2Xyz Method

Convert coordinates from geographical coordinates to 3D 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 Geo2Xyz(
	double lon,
	double lat,
	double height,
	out double x,
	out double y,
	out double z
)

Parameters

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