NavigationAccuracyAssessedConstraint Constructor (Double, NavigationAccuracyAssessedType, PerformanceAssessmentFile) |
Initializes a new instance with the specified maximum value, accuracy value to constrain, and
performance assessment file.
Namespace:
AGI.Foundation.Access.Constraints
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public NavigationAccuracyAssessedConstraint(
double maximumValue,
NavigationAccuracyAssessedType valueToConstrain,
PerformanceAssessmentFile paf
)
Public Sub New (
maximumValue As Double,
valueToConstrain As NavigationAccuracyAssessedType,
paf As PerformanceAssessmentFile
)
public:
NavigationAccuracyAssessedConstraint(
double maximumValue,
NavigationAccuracyAssessedType valueToConstrain,
PerformanceAssessmentFile^ paf
)
new :
maximumValue : float *
valueToConstrain : NavigationAccuracyAssessedType *
paf : PerformanceAssessmentFile -> NavigationAccuracyAssessedConstraint
Parameters
- maximumValue
- Type: SystemDouble
Maximum allowable accuracy value. - valueToConstrain
- Type: AGI.Foundation.NavigationNavigationAccuracyAssessedType
The type of accuracy to compute. - paf
- Type: AGI.Foundation.Navigation.DataReadersPerformanceAssessmentFile
The performance assessment file containing the ephemeris and clock errors for the GPS constellation.
Remarks
This constraint is ready for use with AccessComputation after being constructed using
this constructor. However, before evaluating this constraint
as part of an AccessQuery, it is necessary to set the ConstrainedObject property.
See Also