HeadingAtWaypointProcedure Constructor (Cartographic, Double, Double, Double) |
Create a new instance based on the given parameters over the surface of the
Earth.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public HeadingAtWaypointProcedure(
Cartographic position,
double turningRadius,
double heading,
double speed
)
Public Sub New (
position As Cartographic,
turningRadius As Double,
heading As Double,
speed As Double
)
public:
HeadingAtWaypointProcedure(
Cartographic position,
double turningRadius,
double heading,
double speed
)
new :
position : Cartographic *
turningRadius : float *
heading : float *
speed : float -> HeadingAtWaypointProcedure
Parameters
- position
- Type: AGI.Foundation.CoordinatesCartographic
The point at which to arrive and leave on the set heading. - turningRadius
- Type: SystemDouble
The horizontal turning radius to use when turning toward and from the given
heading, in meters. - heading
- Type: SystemDouble
The position's heading with respect to north at the given position,
in radians. - speed
- Type: SystemDouble
The target speed for the position at the given position, in meters per second.
See Also