FieldOfViewExtensionGetSensorProjectionEvaluator Method (CentralBody) |
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: 24.2.419.0 (24.2.419.0)
Syntax public SensorProjectionEvaluator GetSensorProjectionEvaluator(
CentralBody centralBody
)
Public Function GetSensorProjectionEvaluator (
centralBody As CentralBody
) As SensorProjectionEvaluator
public:
SensorProjectionEvaluator^ GetSensorProjectionEvaluator(
CentralBody^ centralBody
)
member GetSensorProjectionEvaluator :
centralBody : CentralBody -> SensorProjectionEvaluator
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body onto which to project the sensor.
Return Value
Type:
SensorProjectionEvaluatorAn evaluator.
See Also