Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public HeadingAtWaypointProcedure(
	Ellipsoid surfaceShape,
	Cartographic position,
	double turningRadius,
	double heading,
	RouteProfile profile
)

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