Click or drag to resize

TurnAfterWaypointProcedure 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.1.418.0 (24.1.418.0)
Syntax
public TurnAfterWaypointProcedure(
	Ellipsoid surfaceShape,
	Cartographic waypoint,
	double turnRadius,
	RouteProfile profile
)

Parameters

surfaceShape
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the reference surface over which to define the surface geometry.
waypoint
Type: AGI.Foundation.CoordinatesCartographic
The waypoint at which to arrive on the heading from the previous waypoint.
turnRadius
Type: SystemDouble
The horizontal turning radius at which to turn toward the next waypoint, in meters.
profile
Type: AGI.Foundation.RouteDesignRouteProfile
The profile defining the height and speed during the turn.
See Also