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 |
---|---|
NavigationAccuracyAssessedType |
NavigationAccuracyAssessedConstraint.getValueToConstrain()
Gets the type of assessed accuracy to use for this constraint.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationAccuracyAssessedConstraint.setValueToConstrain(NavigationAccuracyAssessedType value)
Sets the type of assessed accuracy to use for this constraint.
|
Constructor and Description |
---|
NavigationAccuracyAssessedConstraint(double maximumValue,
NavigationAccuracyAssessedType valueToConstrain,
PerformanceAssessmentFile paf)
Initializes a new instance with the specified maximum value, accuracy value to constrain, and
performance assessment file.
|
NavigationAccuracyAssessedConstraint(IServiceProvider constrainedObject,
double maximumValue,
NavigationAccuracyAssessedType valueToConstrain,
PerformanceAssessmentFile paf)
Initializes a new instance with the specified constrained object, maximum value,
accuracy value to constrain, and performance assessment file.
|
Modifier and Type | Method and Description |
---|---|
NavigationAccuracyAssessedType |
NavigationAccuracyAssessedFigureOfMerit.getType()
Gets the type of assessed navigation accuracy.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationAccuracyAssessedFigureOfMerit.setType(NavigationAccuracyAssessedType value)
Sets the type of assessed navigation accuracy.
|
Constructor and Description |
---|
NavigationAccuracyAssessedFigureOfMerit(NavigationAccuracyAssessedType type,
PerformanceAssessmentFile performanceAssessmentData)
Constructs a new instance based on the given type and performance assessment file.
|
Modifier and Type | Method and Description |
---|---|
static NavigationAccuracyAssessedType |
NavigationAccuracyAssessedType.getDefault()
Get the enum constant that is considered to be the default.
|
static NavigationAccuracyAssessedType |
NavigationAccuracyAssessedType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static NavigationAccuracyAssessedType |
NavigationAccuracyAssessedType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavigationAccuracyAssessedType[] |
NavigationAccuracyAssessedType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
NavigationAccuracyAssessed.getValueByType(NavigationAccuracyAssessedType type)
Get the specific value of assessed navigation accuracy by its type.
|