Click or drag to resize

IFieldOfViewProjectionService Interface

A service that provides an evaluator for projecting a SensorFieldOfView onto a CentralBody.

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 IFieldOfViewProjectionService
Methods
  NameDescription
Public methodGetSensorProjectionEvaluator(CentralBody, SensorProjectionOptions)
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid surface of a central body.
Public methodGetSensorProjectionEvaluator(CentralBody, SensorProjectionOptions, EvaluatorGroup)
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid surface of a central body.
Top
See Also