HeadingAtWaypointProcedure Constructor (Ellipsoid, Cartographic, Double, Double, RouteProfile) |
Create a new instance based on the given parameters for the surface procedure and its associated profile.
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(
Ellipsoid surfaceShape,
Cartographic position,
double turningRadius,
double heading,
RouteProfile profile
)
Public Sub New (
surfaceShape As Ellipsoid,
position As Cartographic,
turningRadius As Double,
heading As Double,
profile As RouteProfile
)
public:
HeadingAtWaypointProcedure(
Ellipsoid^ surfaceShape,
Cartographic position,
double turningRadius,
double heading,
RouteProfile^ profile
)
new :
surfaceShape : Ellipsoid *
position : Cartographic *
turningRadius : float *
heading : float *
profile : RouteProfile -> HeadingAtWaypointProcedure
Parameters
- surfaceShape
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The surface of the central body over which to define the surface geometry and height profile. - position
- Type: AGI.Foundation.CoordinatesCartographic
The waypoint at which to arrive and leave at the given 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 waypoint, in radians. - profile
- Type: AGI.Foundation.RouteDesignRouteProfile
The profile that defines the height and speed over the course of the surface path.
See Also