MapProjectionGeo2Xyz Method

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

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

Parameters

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

See Also