EllipsoidGeodesicHeading Method |
Provides the heading at a location on the geodesic.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Heading(
Cartographic location
)
Public Function Heading (
location As Cartographic
) As Double
public:
double Heading(
Cartographic location
)
member Heading :
location : Cartographic -> float
Parameters
- location
- Type: AGI.Foundation.CoordinatesCartographic
The planetodetic location of interest.
Return Value
Type:
DoubleThe heading.
See Also