WindModelGetEvaluator Method (EvaluatorGroup, IServiceProvider) |
Gets an instance of an evaluator that can compute the wind.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract VectorEvaluator GetEvaluator(
EvaluatorGroup group,
IServiceProvider serviceProvider
)
Public MustOverride Function GetEvaluator (
group As EvaluatorGroup,
serviceProvider As IServiceProvider
) As VectorEvaluator
public:
virtual VectorEvaluator^ GetEvaluator(
EvaluatorGroup^ group,
IServiceProvider^ serviceProvider
) abstract
abstract GetEvaluator :
group : EvaluatorGroup *
serviceProvider : IServiceProvider -> VectorEvaluator
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The group in which to create the evaluator and its dependents. - serviceProvider
- Type: SystemIServiceProvider
The location to use when calculating the value. This service provider must provide the ILocationPointService service.
Return Value
Type:
VectorEvaluatorThe evaluator that computes the wind.
Exceptions See Also