ItuRP840AtmosphericModelGetEvaluator Method (EvaluatorGroup, IServiceProvider) |
Namespace:
AGI.Foundation.Communications.SignalPropagation
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract IParameterizedEvaluator1<Cartographic, ItuRP840AtmosphericValues> GetEvaluator(
EvaluatorGroup group,
IServiceProvider link
)
Public MustOverride Function GetEvaluator (
group As EvaluatorGroup,
link As IServiceProvider
) As IParameterizedEvaluator1(Of Cartographic, ItuRP840AtmosphericValues)
public:
virtual IParameterizedEvaluator1<Cartographic, ItuRP840AtmosphericValues>^ GetEvaluator(
EvaluatorGroup^ group,
IServiceProvider^ link
) abstract
abstract GetEvaluator :
group : EvaluatorGroup *
link : IServiceProvider -> IParameterizedEvaluator1<Cartographic, ItuRP840AtmosphericValues>
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,
ItuRP840AtmosphericValuesAn evaluator for this model.
See Also