Click or drag to resize

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)

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.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
Longitude
lat
Type: SystemDouble
Latitude
height
Type: SystemDouble
Height over ellipsoid
x
Type: SystemDouble
Eucledian x coordinate
y
Type: SystemDouble
Eucledian y coordinate
z
Type: SystemDouble
Eucledian z coordinate
See Also