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.2.419.0 (24.2.419.0)
Syntax public InscribedTurnProcedure(
Ellipsoid surfaceShape,
Cartographic waypoint,
double turningRadius,
RouteProfile profile
)
Public Sub New (
surfaceShape As Ellipsoid,
waypoint As Cartographic,
turningRadius As Double,
profile As RouteProfile
)
public:
InscribedTurnProcedure(
Ellipsoid^ surfaceShape,
Cartographic waypoint,
double turningRadius,
RouteProfile^ profile
)
new :
surfaceShape : Ellipsoid *
waypoint : Cartographic *
turningRadius : float *
profile : RouteProfile -> InscribedTurnProcedure
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