FieldOfViewExtensionGetSensorProjectionEvaluator Method (CentralBody, SensorProjectionOptions, EvaluatorGroup) |
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,
SensorProjectionOptions projectionOptions,
EvaluatorGroup group
)
Public Function GetSensorProjectionEvaluator (
centralBody As CentralBody,
projectionOptions As SensorProjectionOptions,
group As EvaluatorGroup
) As SensorProjectionEvaluator
public:
virtual SensorProjectionEvaluator^ GetSensorProjectionEvaluator(
CentralBody^ centralBody,
SensorProjectionOptions^ projectionOptions,
EvaluatorGroup^ group
) sealed
abstract GetSensorProjectionEvaluator :
centralBody : CentralBody *
projectionOptions : SensorProjectionOptions *
group : EvaluatorGroup -> SensorProjectionEvaluator
override GetSensorProjectionEvaluator :
centralBody : CentralBody *
projectionOptions : SensorProjectionOptions *
group : EvaluatorGroup -> SensorProjectionEvaluator
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body onto which to project the sensor. - projectionOptions
- Type: AGI.Foundation.Geometry.ShapesSensorProjectionOptions
The options controlling how the sensor is projected, or to use defaults. - group
- Type: AGI.FoundationEvaluatorGroup
The group with which to associate the new evaluator. By grouping evaluators
that are often evaluated at the same Julian dates, common computations can be performed only once
for the entire group instead of multiple times for each evaluator.
Return Value
Type:
SensorProjectionEvaluatorAn evaluator.
Implements
IFieldOfViewProjectionServiceGetSensorProjectionEvaluator(CentralBody, SensorProjectionOptions, EvaluatorGroup)Exceptions See Also