Click or drag to resize

Cartographic Constructor (Double, Double, Double)

Initializes a set of Cartographic coordinates from the provided values.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Cartographic(
	double longitude,
	double latitude,
	double height
)

Parameters

longitude
Type: SystemDouble
The angular coordinate lying in the equatorial plane of the ellipsoid and measured from the prime meridian.
latitude
Type: SystemDouble
The angular coordinate measured perpendicular to the equatorial plane.
height
Type: SystemDouble
The linear coordinate measured perpendicular to the surface of the ellipsoid and positive above the surface.
See Also