MapProjectionXyz2Geo Method

Convert coordinates from Euclidean 3D coordinates to geographical coordinates and height.

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

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void Xyz2Geo(
	double x,
	double y,
	double z,
	out double lon,
	out double lat,
	out double height
)

Parameters

x  Double
Eucledian x coordinate
y  Double
Eucledian y coordinate
z  Double
Eucledian z coordinate
lon  Double
Longitude
lat  Double
Latitude
height  Double
Height over ellipsoid

See Also