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: 25.1.421.0 (25.1.421.0)
Syntaxpublic Cartographic(
double longitude,
double latitude,
double height
)
Public Sub New (
longitude As Double,
latitude As Double,
height As Double
)
public:
Cartographic(
double longitude,
double latitude,
double height
)
new :
longitude : float *
latitude : float *
height : float -> Cartographic
Parameters
- longitude
- Type: System.Double
The angular coordinate lying in the equatorial plane of the ellipsoid and measured from the prime meridian. - latitude
- Type: System.Double
The angular coordinate measured perpendicular to the equatorial plane. - height
- Type: System.Double
The linear coordinate measured perpendicular to the surface of the ellipsoid and positive above the surface.
See Also