HeadingAtWaypointProcedure Constructor (Double, Double, Double, Double, Double, Double, RouteHeightReference) |
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(
double waypointLongitude,
double waypointLatitude,
double turningRadius,
double heading,
double speed,
double heightAboveSurface,
RouteHeightReference heightReference
)
Public Sub New (
waypointLongitude As Double,
waypointLatitude As Double,
turningRadius As Double,
heading As Double,
speed As Double,
heightAboveSurface As Double,
heightReference As RouteHeightReference
)
public:
HeadingAtWaypointProcedure(
double waypointLongitude,
double waypointLatitude,
double turningRadius,
double heading,
double speed,
double heightAboveSurface,
RouteHeightReference heightReference
)
new :
waypointLongitude : float *
waypointLatitude : float *
turningRadius : float *
heading : float *
speed : float *
heightAboveSurface : float *
heightReference : RouteHeightReference -> HeadingAtWaypointProcedure
Parameters
- waypointLongitude
- Type: SystemDouble
The longitude of the waypoint, in radians. - waypointLatitude
- Type: SystemDouble
The geodetic latitude of the waypoint, in radians. - turningRadius
- Type: SystemDouble
The horizontal turning radius to use when turning toward and from the given heading. - heading
- Type: SystemDouble
The position's heading with respect to north at the given waypoint, in radians. - speed
- Type: SystemDouble
The target speed for the position at the given waypoint, in meters per second. - heightAboveSurface
- Type: SystemDouble
The height above the heightReference, in meters. - heightReference
- Type: AGI.Foundation.RouteDesignRouteHeightReference
The reference surface to use for the given heightAboveSurface.
See Also