Click or drag to resize

CircularAccessConstraintEvaluator Properties

The CircularAccessConstraint.CircularAccessConstraintEvaluator type exposes the following members.

Properties
  NameDescription
Public propertyAvailabilityIntervals
Gets a TimeIntervalCollection over which data is available. If the availability interval is infinite, this returns Infinite.
(Inherited from MotionEvaluator<T>.)
Public propertyDebuggingLogger
Gets or sets the logger used to examine access query evaluations.
(Inherited from AccessConstraintEvaluator.)
Public propertyGroup
Gets the group that contains this evaluator.
(Inherited from MotionEvaluator<T>.)
Public propertyIsThreadSafe
Gets a value indicating whether the methods on this instance are safe to call from multiple threads simultaneously.
(Inherited from Function<TIndependent, TDependent>.)
Public propertyIsTimeVarying
Gets a value indicating whether or not the value of this evaluator changes with time. If false, the evaluator is assumed to return the same value for any input JulianDate.
(Inherited from MotionEvaluator<T>.)
Public propertyStartAngle
Gets or sets the angle defining the beginning of the satisfaction region.
Public propertyStopAngle
Gets or sets the angle defining the end of the satisfaction region
Public propertyTolerance
Gets or sets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
(Inherited from AccessConstraintEvaluator.)
Top
See Also