RacetrackHoldProcedure Constructor (Ellipsoid, Cartographic, Cartographic, Double, Double, ClosedTurnDirection, Double, Double, RouteHeightReference) |
Create a new instance based on the given parameters.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public RacetrackHoldProcedure(
Ellipsoid surfaceShape,
Cartographic centerOfTurnOne,
Cartographic centerOfTurnTwo,
double turningRadius,
double minimumRevolutions,
ClosedTurnDirection turnDirection,
double speed,
double height,
RouteHeightReference heightReference
)
Public Sub New (
surfaceShape As Ellipsoid,
centerOfTurnOne As Cartographic,
centerOfTurnTwo As Cartographic,
turningRadius As Double,
minimumRevolutions As Double,
turnDirection As ClosedTurnDirection,
speed As Double,
height As Double,
heightReference As RouteHeightReference
)
public:
RacetrackHoldProcedure(
Ellipsoid^ surfaceShape,
Cartographic centerOfTurnOne,
Cartographic centerOfTurnTwo,
double turningRadius,
double minimumRevolutions,
ClosedTurnDirection turnDirection,
double speed,
double height,
RouteHeightReference heightReference
)
new :
surfaceShape : Ellipsoid *
centerOfTurnOne : Cartographic *
centerOfTurnTwo : Cartographic *
turningRadius : float *
minimumRevolutions : float *
turnDirection : ClosedTurnDirection *
speed : float *
height : float *
heightReference : RouteHeightReference -> RacetrackHoldProcedure
Parameters
- surfaceShape
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The reference surface over which to define the procedure. - centerOfTurnOne
- Type: AGI.Foundation.CoordinatesCartographic
The center of the first circular turn. - centerOfTurnTwo
- Type: AGI.Foundation.CoordinatesCartographic
The center of the second circular turn. - turningRadius
- Type: SystemDouble
The turning radius used for all the turns, in meters. - minimumRevolutions
- Type: SystemDouble
A scalar indicating the minimum number of times to make a complete
revolution around the racetrack. - turnDirection
- Type: AGI.Foundation.RouteDesignClosedTurnDirection
The turn direction to use for the racetrack turns. - speed
- Type: SystemDouble
The speed at which to traverse the racetrack, in meters per second. - height
- Type: SystemDouble
The height with respect to the heightReference, in meters. - heightReference
- Type: AGI.Foundation.RouteDesignRouteHeightReference
An enumeration indicating which reference the height is
defined with respect to.
See Also