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).
|
Modifier and Type | Method and Description |
---|---|
NavigationAccuracyPredictedType |
NavigationAccuracyPredictedConstraint.getValueToConstrain()
Gets the type of accuracy to predict when evaluating this constraint.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationAccuracyPredictedConstraint.setValueToConstrain(NavigationAccuracyPredictedType value)
Sets the type of accuracy to predict when evaluating this constraint.
|
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 |
---|---|
NavigationAccuracyPredictedType |
NavigationAccuracyPredictedFigureOfMerit.getType()
Gets the type of predicted navigation accuracy.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationAccuracyPredictedFigureOfMerit.setType(NavigationAccuracyPredictedType value)
Sets the type of predicted navigation accuracy.
|
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 |
---|---|
static NavigationAccuracyPredictedType |
NavigationAccuracyPredictedType.getDefault()
Get the enum constant that is considered to be the default.
|
static NavigationAccuracyPredictedType |
NavigationAccuracyPredictedType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static NavigationAccuracyPredictedType |
NavigationAccuracyPredictedType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavigationAccuracyPredictedType[] |
NavigationAccuracyPredictedType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
NavigationAccuracyPredicted.getValueByType(NavigationAccuracyPredictedType type)
Get the specific value of
NavigationAccuracyPredicted by its type. |