| 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 DilutionOfPrecisionOptimization | 
DilutionOfPrecisionOptimization.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static DilutionOfPrecisionOptimization | 
DilutionOfPrecisionOptimization.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
DilutionOfPrecisionOptimization | 
GpsReceiver.getOptimizationCriteria()
Gets the dilution of precision (DOP) value to optimize on
    when using a  
GpsReceiverSolutionType.BEST_N
    ReceiverSolutionType (get / set). | 
static DilutionOfPrecisionOptimization | 
DilutionOfPrecisionOptimization.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DilutionOfPrecisionOptimization[] | 
DilutionOfPrecisionOptimization.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.setOptimizationCriteria(DilutionOfPrecisionOptimization value)
Sets the dilution of precision (DOP) value to optimize on
    when using a  
GpsReceiverSolutionType.BEST_N
    ReceiverSolutionType (get / set). |