Click or drag to resize

DynamicSensorFieldOfViewGetEvaluator Method

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.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DynamicSensorFieldOfViewEvaluator GetEvaluator()

Return Value

Type: DynamicSensorFieldOfViewEvaluator
The evaluator.
See Also