ManeuverGetAccelerationEvaluator Method (IServiceProvider) |
Gets an instance of an evaluator that can compute the acceleration components of the maneuver.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Evaluator<Cartesian> GetAccelerationEvaluator(
IServiceProvider serviceProvider
)
Public Function GetAccelerationEvaluator (
serviceProvider As IServiceProvider
) As Evaluator(Of Cartesian)
public:
Evaluator<Cartesian>^ GetAccelerationEvaluator(
IServiceProvider^ serviceProvider
)
member GetAccelerationEvaluator :
serviceProvider : IServiceProvider -> Evaluator<Cartesian>
Parameters
- serviceProvider
- Type: SystemIServiceProvider
A service provider which must provide the ILocationPointService service.
Return Value
Type:
EvaluatorCartesianAn evaluator that computes the acceleration components with respect to the local
East-North-Up axes.
Exceptions See Also