Click or drag to resize

TurnBeforeWaypointProcedure Constructor (Ellipsoid, Cartographic, Double, RouteProfile)

Create a new instance based on the given surface parameters and profile.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public TurnBeforeWaypointProcedure(
	Ellipsoid surfaceShape,
	Cartographic waypoint,
	double turnRadius,
	RouteProfile profile
)

Parameters

surfaceShape
Type: AGI.Foundation.Geometry.Shapes.Ellipsoid
The shape of the reference surface over which to define the surface geometry.
waypoint
Type: AGI.Foundation.Coordinates.Cartographic
The waypoint at which to arrive on the heading toward the next waypoint.
turnRadius
Type: System.Double
The horizontal turning radius at which to turn toward the heading toward the next waypoint, in meters.
profile
Type: AGI.Foundation.RouteDesign.RouteProfile
The profile defining the height and speed during the turn.
See Also