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 NavigationAccuracyPredicted |
NavigationAccuracyPredicted.compute(DilutionOfPrecision dilutionOfPrecision,
List<PredictionSupportRecord> predictionSupportRecords,
List<Double> receiverNoise)
Computes predicted navigation accuracy.
|
Modifier and Type | Method and Description |
---|---|
PredictionSupportRecord |
PredictionSupportFile.findRecordByPrn(int prn)
Finds the prediction support record corresponding to a specified pseudo-random number (PRN).
|
Modifier and Type | Method and Description |
---|---|
boolean |
PredictionSupportRecord.equalsType(PredictionSupportRecord other)
Indicates whether another instance of this type is exactly equal to this instance.
|
Constructor and Description |
---|
PredictionSupportRecord(PredictionSupportRecord existingInstance)
Initializes a new instance as a copy of an existing instance.
|