Click or drag to resize

ItuRP840AtmosphericModelGetEvaluator Method (EvaluatorGroup, IServiceProvider)

Gets an evaluator that can be used to compute the atmospheric conditions at a given JulianDate and Cartographic location. Adds the evaluator to the EvaluatorGroup.

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract IParameterizedEvaluator1<Cartographic, ItuRP840AtmosphericValues> GetEvaluator(
	EvaluatorGroup group,
	IServiceProvider link
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
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.
link
Type: SystemIServiceProvider
The link over which the returned evaluator will be evaluated. This service provider is expected to provide ILinkService.

Return Value

Type: IParameterizedEvaluator1Cartographic, ItuRP840AtmosphericValues
An evaluator for this model.
See Also