Click or drag to resize

InscribedTurnProcedure 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 InscribedTurnProcedure(
	Ellipsoid surfaceShape,
	Cartographic waypoint,
	double turningRadius,
	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 inscribe the turn.
turningRadius
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