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 SpeedReference |
SpeedReference.getDefault()
Get the enum constant that is considered to be the default.
|
static SpeedReference |
SpeedReference.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
SpeedReference |
ProfileSpeed.getSpeedReference()
Gets the value indicating whether the
TargetSpeed (get )
includes the vertical component. |
static SpeedReference |
SpeedReference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpeedReference[] |
SpeedReference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ProfileSpeed(double targetSpeed,
SpeedReference reference)
Create a new instance with the given target speed, in meters per second.
|