Click or drag to resize

InscribedTurnProcedure Constructor (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.1.418.0 (24.1.418.0)
Syntax
public InscribedTurnProcedure(
	double waypointLongitude,
	double waypointLatitude,
	double turningRadius,
	double speed,
	double heightAboveSurface,
	RouteHeightReference heightReference
)

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 at which to turn, in meters.
speed
Type: SystemDouble
The target speed at which to turn at the waypoint, in meters per second.
heightAboveSurface
Type: SystemDouble
The height above the reference surface at which to arrive at the waypoint, in meters.
heightReference
Type: AGI.Foundation.RouteDesignRouteHeightReference
The reference to use when defining the heightAboveSurface.
See Also