Package | Description |
---|---|
agi.foundation.navigation |
Contains types useful in modeling navigation processes which utilize the Global Positioning System (GPS).
|
Modifier and Type | Method and Description |
---|---|
static RaimFlightPhase |
RaimFlightPhase.getDefault()
Get the enum constant that is considered to be the default.
|
static RaimFlightPhase |
RaimFlightPhase.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static RaimFlightPhase |
RaimFlightPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RaimFlightPhase[] |
RaimFlightPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|