Click or drag to resize

IFieldOfViewEnclosureServiceGetPointIsInFieldOfViewEvaluator Method (Point)

Gets an evaluator to determine if a point is inside the field of view of the sensor at different dates.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
Evaluator<bool> GetPointIsInFieldOfViewEvaluator(
	Point point
)

Parameters

point
Type: AGI.Foundation.GeometryPoint
The point to check.

Return Value

Type: EvaluatorBoolean
An evaluator to determine if a point is inside the field of view of the sensor.
See Also