Package | Description |
---|---|
agi.foundation.navigation |
Contains types useful in modeling navigation processes which utilize the Global Positioning System (GPS).
|
agi.foundation.navigation.datareaders |
Contains types for reading various navigation-related data file formats.
|
Modifier and Type | Method and Description |
---|---|
static SatelliteUserRangeError |
SatelliteUserRangeError.compute(Cartesian lineOfSightVector,
PerformanceAssessmentField performanceAssessmentField)
Computes the user range error for a satellite.
|
static SatelliteGlobalUserRangeError |
SatelliteGlobalUserRangeError.compute(Matrix3By3 satelliteOrientation,
PerformanceAssessmentField performanceAssessmentField)
Computes the global user range error for a satellite.
|
Modifier and Type | Method and Description |
---|---|
PerformanceAssessmentField |
PerformanceAssessmentRecord.getFieldByPrn(int prn)
Gets the field in this record that corresponds to a given PRN.
|
Modifier and Type | Method and Description |
---|---|
Evaluator<PerformanceAssessmentField> |
PerformanceAssessmentFile.getEvaluator(int prn)
Gets an evaluator that can be used to find assessed performance data over time for a given GPS satellite.
|
Evaluator<PerformanceAssessmentField> |
PerformanceAssessmentFile.getEvaluator(int prn,
Duration availabilityThreshold,
boolean allowExtrapolation,
EvaluatorGroup group)
Gets an evaluator that can be used to find assessed performance data over time for a given GPS satellite.
|
Evaluator<PerformanceAssessmentField> |
PerformanceAssessmentFile.getEvaluator(int prn,
EvaluatorGroup group)
Gets an evaluator that can be used to find assessed performance data over time for a given GPS satellite.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PerformanceAssessmentField.equalsType(PerformanceAssessmentField other)
Indicates whether another instance of this type is exactly equal to this instance.
|
protected void |
PerformanceAssessmentRecord.insertItem(int index,
PerformanceAssessmentField item)
Inserts an element into the
PerformanceAssessmentRecord
at the given index. |
protected void |
PerformanceAssessmentRecord.setItem(int index,
PerformanceAssessmentField item)
Replaces the element at the given index.
|