Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public override DynamicSensorFieldOfViewEvaluator GetEvaluator(
	EvaluatorGroup group
)

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: DynamicSensorFieldOfViewEvaluator
The evaluator.
See Also