RhumbLineConnectionStrategyGetInitialHeading Method (Ellipsoid, Cartographic, Cartographic) |
Get the initial heading of the curve corresponding to the given parameters.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override double GetInitialHeading(
Ellipsoid shape,
Cartographic initialPoint,
Cartographic finalPoint
)
Public Overrides Function GetInitialHeading (
shape As Ellipsoid,
initialPoint As Cartographic,
finalPoint As Cartographic
) As Double
public:
virtual double GetInitialHeading(
Ellipsoid^ shape,
Cartographic initialPoint,
Cartographic finalPoint
) override
abstract GetInitialHeading :
shape : Ellipsoid *
initialPoint : Cartographic *
finalPoint : Cartographic -> float
override GetInitialHeading :
shape : Ellipsoid *
initialPoint : Cartographic *
finalPoint : Cartographic -> float
Parameters
- shape
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the surface. - initialPoint
- Type: AGI.Foundation.CoordinatesCartographic
The initial point of the curve. - finalPoint
- Type: AGI.Foundation.CoordinatesCartographic
The final point of the curve.
Return Value
Type:
DoubleThe initial heading along the curve, in radians.
See Also