Package | Description |
---|---|
agi.foundation.access.constraints |
Contains types used in modeling constraints applied to the calculation of access.
|
agi.foundation.coverage.figureofmerit |
Contains types for computing statistical data on coverage calculations.
|
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 |
---|---|
PredictionSupportFile |
NavigationAccuracyPredictedConstraint.getPredictionSupportFile()
Gets the prediction support file (PSF) containing statistical data necessary to predict navigation accuracy.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationAccuracyPredictedConstraint.setPredictionSupportFile(PredictionSupportFile value)
Sets the prediction support file (PSF) containing statistical data necessary to predict navigation accuracy.
|
Constructor and Description |
---|
NavigationAccuracyPredictedConstraint(double maximumValue,
NavigationAccuracyPredictedType valueToConstrain,
int percentConfidence,
PredictionSupportFile psf)
Initializes a new instance with the specified maximum value, accuracy value to constrain,
percentage confidence, and prediction support file.
|
NavigationAccuracyPredictedConstraint(IServiceProvider constrainedObject,
double maximumValue,
NavigationAccuracyPredictedType valueToConstrain,
int percentConfidence,
PredictionSupportFile psf)
Initializes a new instance with the specified constrained object, maximum value, accuracy value to constrain,
percentage confidence, and prediction support file.
|
Modifier and Type | Method and Description |
---|---|
PredictionSupportFile |
NavigationAccuracyPredictedFigureOfMerit.getPredictionSupportData()
Gets the file used to define the prediction support data.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationAccuracyPredictedFigureOfMerit.setPredictionSupportData(PredictionSupportFile value)
Sets the file used to define the prediction support data.
|
Constructor and Description |
---|
NavigationAccuracyPredictedFigureOfMerit(NavigationAccuracyPredictedType type,
PredictionSupportFile predictionSupportData)
Constructs a new instance based on the given type of navigation accuracy predicted and the corresponding
prediction support file.
|
Modifier and Type | Method and Description |
---|---|
Evaluator<NavigationAccuracyPredicted> |
GpsReceiver.getNavigationAccuracyPredictedEvaluator(PredictionSupportFile predictionSupportFile)
Returns an evaluator which can compute the
NavigationAccuracyPredicted 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. |
Evaluator<NavigationAccuracyPredicted> |
GpsReceiver.getNavigationAccuracyPredictedEvaluator(PredictionSupportFile predictionSupportFile,
EvaluatorGroup group)
Returns an evaluator which can compute the
NavigationAccuracyPredicted for this GPS receiver at a given time. |
Modifier and Type | Method and Description |
---|---|
static PredictionSupportFile |
PredictionSupportFile.downloadPredictionSupportFile(JulianDate dateOfPsf)
Downloads the Prediction Support File from an AGI server and returns the contents of the file as a
PredictionSupportFile . |
static PredictionSupportFile |
PredictionSupportFile.downloadPredictionSupportFile(JulianDate dateOfPsf,
Proxy proxy)
Downloads the Prediction Support File from an AGI server and returns the contents of the file as a
PredictionSupportFile . |
static PredictionSupportFile |
PredictionSupportFile.readFrom(BufferedReader reader)
Reads a
PredictionSupportFile in version 1 format from a reader. |
static PredictionSupportFile |
PredictionSupportFile.readFrom(InputStream stream)
Reads a
PredictionSupportFile in version 1 format from a stream. |
static PredictionSupportFile |
PredictionSupportFile.readFrom(String fileName)
Reads a
PredictionSupportFile in version 1 format. |