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.2.419.0 (24.2.419.0)
Syntax public TurnBeforeWaypointProcedure(
Ellipsoid surfaceShape,
Cartographic waypoint,
double turnRadius,
RouteProfile profile
)
Public Sub New (
surfaceShape As Ellipsoid,
waypoint As Cartographic,
turnRadius As Double,
profile As RouteProfile
)
public:
TurnBeforeWaypointProcedure(
Ellipsoid^ surfaceShape,
Cartographic waypoint,
double turnRadius,
RouteProfile^ profile
)
new :
surfaceShape : Ellipsoid *
waypoint : Cartographic *
turnRadius : float *
profile : RouteProfile -> TurnBeforeWaypointProcedure
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 toward the next waypoint. - turnRadius
- Type: SystemDouble
The horizontal turning radius at which to turn toward the heading toward the next waypoint, in meters. - profile
- Type: AGI.Foundation.RouteDesignRouteProfile
The profile defining the height and speed during the turn.
See Also