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 GpsReceiverSolutionType |
GpsReceiverSolutionType.getDefault()
Get the enum constant that is considered to be the default.
|
static GpsReceiverSolutionType |
GpsReceiverSolutionType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
GpsReceiverSolutionType |
GpsReceiver.getReceiverSolutionType()
Gets the type of solution to use to decide which satellites to track out of all the
satellites that are visible.
|
static GpsReceiverSolutionType |
GpsReceiverSolutionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GpsReceiverSolutionType[] |
GpsReceiverSolutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GpsReceiver.setReceiverSolutionType(GpsReceiverSolutionType value)
Sets the type of solution to use to decide which satellites to track out of all the
satellites that are visible.
|