Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public abstract VectorEvaluator GetEvaluator(
	EvaluatorGroup group,
	IServiceProvider serviceProvider
)

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: VectorEvaluator
The evaluator that computes the wind.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group or serviceProvider is .
See Also