RacetrackHoldProcedure Constructor (Ellipsoid, Cartographic, Double, Double, 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 center,
double headingAlongTrack,
double lengthBetweenTurns,
double turnRadius,
double minimumRevolutions,
ClosedTurnDirection turnDirection,
double speed,
double height,
RouteHeightReference heightReference
)
Public Sub New (
surfaceShape As Ellipsoid,
center As Cartographic,
headingAlongTrack As Double,
lengthBetweenTurns As Double,
turnRadius As Double,
minimumRevolutions As Double,
turnDirection As ClosedTurnDirection,
speed As Double,
height As Double,
heightReference As RouteHeightReference
)
public:
RacetrackHoldProcedure(
Ellipsoid^ surfaceShape,
Cartographic center,
double headingAlongTrack,
double lengthBetweenTurns,
double turnRadius,
double minimumRevolutions,
ClosedTurnDirection turnDirection,
double speed,
double height,
RouteHeightReference heightReference
)
new :
surfaceShape : Ellipsoid *
center : Cartographic *
headingAlongTrack : float *
lengthBetweenTurns : float *
turnRadius : 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. - center
- Type: AGI.Foundation.CoordinatesCartographic
The center of the racetrack hold. - headingAlongTrack
- Type: SystemDouble
The heading along straight segment. - lengthBetweenTurns
- Type: SystemDouble
The length of the straight segment or the distance between the centers
of the two circular turns. - turnRadius
- 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