Click or drag to resize

IFieldOfViewEnclosureService Interface

A service that provides an evaluator for determining if a Point is inside of a SensorFieldOfView.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IFieldOfViewEnclosureService
Methods
  NameDescription
Public methodGetPointIsInFieldOfViewEvaluator(Point)
Gets an evaluator to determine if a point is inside the field of view of the sensor at different dates.
Public methodGetPointIsInFieldOfViewEvaluator(Point, EvaluatorGroup)
Gets an evaluator to determine if a point is inside the field of view of the sensor at different dates.
Top
See Also