FieldOfViewExtension.GetSensorProjectionEvaluator Method (CentralBody, SensorProjectionOptions) |
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SensorProjectionEvaluator GetSensorProjectionEvaluator(
CentralBody centralBody,
SensorProjectionOptions projectionOptions
)
Public Function GetSensorProjectionEvaluator (
centralBody As CentralBody,
projectionOptions As SensorProjectionOptions
) As SensorProjectionEvaluator
public:
virtual SensorProjectionEvaluator^ GetSensorProjectionEvaluator(
CentralBody^ centralBody,
SensorProjectionOptions^ projectionOptions
) sealed
abstract GetSensorProjectionEvaluator :
centralBody : CentralBody *
projectionOptions : SensorProjectionOptions -> SensorProjectionEvaluator
override GetSensorProjectionEvaluator :
centralBody : CentralBody *
projectionOptions : SensorProjectionOptions -> SensorProjectionEvaluator
Parameters
- centralBody
- Type: AGI.Foundation.Celestial.CentralBody
The central body onto which to project the sensor. - projectionOptions
- Type: AGI.Foundation.Geometry.Shapes.SensorProjectionOptions
The options controlling how the sensor is projected, or null to use defaults.
Return Value
Type:
SensorProjectionEvaluatorAn evaluator.
Implements
IFieldOfViewProjectionService.GetSensorProjectionEvaluator(CentralBody, SensorProjectionOptions)
See Also