Package | Description |
---|---|
agi.foundation.routedesign |
Contains types for creating simple routes by specifying procedures at points of interest, how to connect them, and what height and speed to use along the route.
|
Modifier and Type | Method and Description |
---|---|
static WaypointTurnDirection |
WaypointTurnDirection.getDefault()
Get the enum constant that is considered to be the default.
|
static WaypointTurnDirection |
WaypointTurnDirection.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
WaypointTurnDirection |
TurnBeforeWaypointProcedure.getTurnDirection()
Gets an enumeration indicating whether to force the waypoint to turn in a particular direction.
|
WaypointTurnDirection |
TurnAfterWaypointProcedure.getTurnDirection()
Gets an enumeration indicating whether to force the waypoint to turn in a particular direction.
|
static WaypointTurnDirection |
WaypointTurnDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaypointTurnDirection[] |
WaypointTurnDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TurnBeforeWaypointProcedure.setTurnDirection(WaypointTurnDirection value)
Sets an enumeration indicating whether to force the waypoint to turn in a particular direction.
|
void |
TurnAfterWaypointProcedure.setTurnDirection(WaypointTurnDirection value)
Sets an enumeration indicating whether to force the waypoint to turn in a particular direction.
|