RhumbLineConnectionStrategyGetFinalHeading Method (Ellipsoid, Cartographic, Double, Double) |
Get the final 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 GetFinalHeading(
Ellipsoid shape,
Cartographic initialPoint,
double heading,
double distance
)
Public Overrides Function GetFinalHeading (
shape As Ellipsoid,
initialPoint As Cartographic,
heading As Double,
distance As Double
) As Double
public:
virtual double GetFinalHeading(
Ellipsoid^ shape,
Cartographic initialPoint,
double heading,
double distance
) override
abstract GetFinalHeading :
shape : Ellipsoid *
initialPoint : Cartographic *
heading : float *
distance : float -> float
override GetFinalHeading :
shape : Ellipsoid *
initialPoint : Cartographic *
heading : float *
distance : float -> float
Parameters
- shape
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the surface. - initialPoint
- Type: AGI.Foundation.CoordinatesCartographic
The initial point on the curve. - heading
- Type: SystemDouble
The initial heading along the curve, in radians. - distance
- Type: SystemDouble
The surface distance along the curve, in meters.
Return Value
Type:
DoubleThe final heading along the curve, in radians.
See Also