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.2.419.0 (24.2.419.0)
Syntax public DynamicSensorFieldOfViewEvaluator GetEvaluator()
Public Function GetEvaluator As DynamicSensorFieldOfViewEvaluator
public:
DynamicSensorFieldOfViewEvaluator^ GetEvaluator()
member GetEvaluator : unit -> DynamicSensorFieldOfViewEvaluator
Return Value
Type:
DynamicSensorFieldOfViewEvaluatorThe evaluator.
See Also