public abstract class SensorProjectionEvaluator extends Evaluator<SensorProjection>
FieldOfViewExtension.getSensorProjectionEvaluator(CentralBody,EvaluatorGroup).| Modifier | Constructor and Description | 
|---|---|
protected  | 
SensorProjectionEvaluator(EvaluatorGroup group)
Initializes a new instance. 
 | 
protected  | 
SensorProjectionEvaluator(SensorProjectionEvaluator existingInstance,
                         CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 | 
clone, dispose, dispose, evaluate, evaluate, evaluate, evaluate, evaluate, getAvailabilityIntervals, getAvailabilityIntervals, getCachingWrapper, getGroup, getIsThreadSafe, getIsTimeVarying, isAvailable, updateEvaluatorReferencesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseprotected SensorProjectionEvaluator(@Nonnull EvaluatorGroup group)
group - The group that contains this evaluator.ArgumentNullException - Thrown when group is null.protected SensorProjectionEvaluator(@Nonnull SensorProjectionEvaluator existingInstance, @Nonnull CopyContext context)
    See ICloneWithContext.clone(CopyContext) for more information about how to implement this constructor
    in a derived class.
existingInstance - The existing instance to copy.context - A CopyContext that controls the depth of the copy.ArgumentNullException - Thrown when existingInstance or context is null.