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.3.420.0 (24.3.420.0)
Syntaxpublic 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: System.Double
Maximum allowable accuracy value. - valueToConstrain
- Type: AGI.Foundation.Navigation.NavigationAccuracyAssessedType
The type of accuracy to compute. - paf
- Type: AGI.Foundation.Navigation.DataReaders.PerformanceAssessmentFile
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