Click or drag to resize

NavigationAccuracyPredictedConstraint Properties

The NavigationAccuracyPredictedConstraint type exposes the following members.

Properties
  NameDescription
Public propertyApplicability
Gets or sets the Access situation in which this constraint applies.
(Inherited from AccessConstraint.)
Public propertyCalculationPersona
Gets or sets the calculation persona defining how the evaluator will react when it encounters no data for a given satellite during the accuracy calculation.
Public propertyConstrainedObject
Gets or sets an object which provides the IGpsReceiverService to which this constraint applies. It is not necessary to set this property when using this constraint with AccessComputation.
Public propertyDebuggingLogger
Gets or sets a logger to which debugging information will be written.
(Inherited from AccessQuery.)
Public propertyEvaluationOrder
Gets or sets a number indicating the evaluation order of this constraint relative to other constraints. All constraints involved in an AccessComputation or that share a common parent (e.g. AccessQueryAnd or AccessQueryOr) in an AccessQuery are sorted by this value before being evaluated in ascending order, so constraints with a lower evaluation order are evaluated earlier than constraints with a higher evaluation order.
(Inherited from AccessConstraint.)
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyIsMaximumEnabled
Gets or sets a value indicating whether a maximum threshold is used in calculating constraint satisfaction.
(Inherited from MinimumMaximumAccessConstraint.)
Public propertyIsMinimumEnabled
Gets or sets a value indicating whether a minimum threshold is used in calculating constraint satisfaction.
(Inherited from MinimumMaximumAccessConstraint.)
Public propertyMaximumStepsize
Gets or sets the maximum step size allowed for sampling this constraint. By default, this is 60 seconds.
Public propertyMaximumTolerance
Gets or sets the tolerance associated with the MaximumValue to be used when computing threshold crossings.
(Inherited from MinimumMaximumAccessConstraint.)
Public propertyMaximumValue
Gets or sets the maximum function value that is allowed for this constraint to be satisfied. By default this is PositiveInfinity.
(Inherited from MinimumMaximumAccessConstraint.)
Public propertyMinimumTolerance
Gets or sets the tolerance associated with the MinimumValue to be used when computing threshold crossings.
(Inherited from MinimumMaximumAccessConstraint.)
Public propertyMinimumValue
Gets or sets the minimum function value that is required for this constraint to be satisfied. By default, this is NegativeInfinity.
(Inherited from MinimumMaximumAccessConstraint.)
Public propertyPercentConfidence
Gets or sets the desired confidence interval percentage. Prior to applying the constraint value, the predicted root mean square error is converted to represent the accuracy corresponding to this percentage of confidence.
Public propertyPredictionSupportFile
Gets or sets the prediction support file (PSF) containing statistical data necessary to predict navigation accuracy.
Public propertySampling
Gets an instance describing how this constraint is to be sampled.
(Inherited from AccessConstraint.)
Public propertyValueToConstrain
Gets or sets the type of accuracy to predict when evaluating this constraint.
Top
See Also