Package | Description |
---|---|
agi.foundation.access.constraints |
Contains types used in modeling constraints applied to the calculation of access.
|
agi.foundation.navigation |
Contains types useful in modeling navigation processes which utilize the Global Positioning System (GPS).
|
Modifier and Type | Method and Description |
---|---|
AccuracyCalculationPersona |
NavigationAccuracyPredictedConstraint.getCalculationPersona()
Gets the calculation persona defining how the evaluator will react when it encounters no data
for a given satellite during the accuracy calculation.
|
AccuracyCalculationPersona |
NavigationAccuracyAssessedConstraint.getCalculationPersona()
Gets the calculation persona defining how the evaluator will react when it encounters no data
for a given satellite during the accuracy calculation.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationAccuracyPredictedConstraint.setCalculationPersona(AccuracyCalculationPersona value)
Sets the calculation persona defining how the evaluator will react when it encounters no data
for a given satellite during the accuracy calculation.
|
void |
NavigationAccuracyAssessedConstraint.setCalculationPersona(AccuracyCalculationPersona value)
Sets the calculation persona defining how the evaluator will react when it encounters no data
for a given satellite during the accuracy calculation.
|
Modifier and Type | Method and Description |
---|---|
static AccuracyCalculationPersona |
AccuracyCalculationPersona.getDefault()
Get the enum constant that is considered to be the default.
|
static AccuracyCalculationPersona |
AccuracyCalculationPersona.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static AccuracyCalculationPersona |
AccuracyCalculationPersona.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccuracyCalculationPersona[] |
AccuracyCalculationPersona.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Evaluator<NavigationAccuracyAssessed> |
GpsReceiver.getNavigationAccuracyAssessedEvaluator(PerformanceAssessmentFile performanceAssessmentFile,
AccuracyCalculationPersona persona,
EvaluatorGroup group)
Returns an evaluator which can compute the
NavigationAccuracyAssessed for this GPS receiver at a given time. |
Evaluator<NavigationAccuracyPredicted> |
GpsReceiver.getNavigationAccuracyPredictedEvaluator(PredictionSupportFile predictionSupportFile,
AccuracyCalculationPersona persona,
EvaluatorGroup group)
Returns an evaluator which can compute the
NavigationAccuracyPredicted for this GPS receiver at a given time. |