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