EntityDynamicSensorFieldOfViewTEntityGetEvaluator Method (EvaluatorGroup) |
Gets an evaluator that can be used to find the shape of the sensor field-of-view volume
at a given date. While this evaluator is allowed to return completely different types of sensors
at different times, some clients of this class, such as
SensorVolumeConstraint,
require more consistency. See
GetRepresentativeFieldOfView for more information.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override DynamicSensorFieldOfViewEvaluator GetEvaluator(
EvaluatorGroup group
)
Public Overrides Function GetEvaluator (
group As EvaluatorGroup
) As DynamicSensorFieldOfViewEvaluator
public:
virtual DynamicSensorFieldOfViewEvaluator^ GetEvaluator(
EvaluatorGroup^ group
) override
abstract GetEvaluator :
group : EvaluatorGroup -> DynamicSensorFieldOfViewEvaluator
override GetEvaluator :
group : EvaluatorGroup -> DynamicSensorFieldOfViewEvaluator
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The group with which to associate the new evaluator. By grouping evaluators
that are often evaluated at the same Julian dates, common computations can be performed only once
for the entire group instead of multiple times for each evaluator.
Return Value
Type:
DynamicSensorFieldOfViewEvaluatorThe evaluator.
See Also