ConstantWindModel.GetEvaluator Method (EvaluatorGroup, IServiceProvider) |
Creates an instance of an evaluator that can compute the wind.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override VectorEvaluator GetEvaluator(
EvaluatorGroup group,
IServiceProvider serviceProvider
)
Public Overrides Function GetEvaluator (
group As EvaluatorGroup,
serviceProvider As IServiceProvider
) As VectorEvaluator
public:
virtual VectorEvaluator^ GetEvaluator(
EvaluatorGroup^ group,
IServiceProvider^ serviceProvider
) override
abstract GetEvaluator :
group : EvaluatorGroup *
serviceProvider : IServiceProvider -> VectorEvaluator
override GetEvaluator :
group : EvaluatorGroup *
serviceProvider : IServiceProvider -> VectorEvaluator
Parameters
- group
- Type: AGI.Foundation.EvaluatorGroup
The group in which to create the evaluator and its dependents. - serviceProvider
- Type: System.IServiceProvider
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