Click or drag to resize

FieldOfViewExtension.GetSensorProjectionEvaluator Method (CentralBody, 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: 25.1.421.0 (25.1.421.0)
Syntax
public SensorProjectionEvaluator GetSensorProjectionEvaluator(
	CentralBody centralBody,
	EvaluatorGroup group
)

Parameters

centralBody
Type: AGI.Foundation.Celestial.CentralBody
The central body onto which to project the sensor.
group
Type: AGI.Foundation.EvaluatorGroup
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: SensorProjectionEvaluator
An evaluator.
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the Owner is null.
ArgumentNullException Thrown when group or centralBody is null.
See Also