Click or drag to resize

HeadingAtWaypointProcedure Constructor (Double, Double, Double, Double, Double, Double, TerrainProvider)

Create a new instance based on the given parameters over a terrain surface.

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(
	double waypointLongitude,
	double waypointLatitude,
	double turningRadius,
	double heading,
	double speed,
	double heightAboveTerrain,
	TerrainProvider terrain
)

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, in meters.
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.
heightAboveTerrain
Type: SystemDouble
The height above the terrain.
terrain
Type: AGI.Foundation.TerrainTerrainProvider
The terrain surface that defines the reference for the heightAboveTerrain.
See Also