USStandardAtmosphere1976GetEvaluator Method (EvaluatorGroup, IServiceProvider) |
Gets an evaluator that can be used to calculate results from this model for a given location.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Evaluator<USStandardAtmosphere1976Result> GetEvaluator(
EvaluatorGroup group,
IServiceProvider serviceProvider
)
Public Function GetEvaluator (
group As EvaluatorGroup,
serviceProvider As IServiceProvider
) As Evaluator(Of USStandardAtmosphere1976Result)
public:
Evaluator<USStandardAtmosphere1976Result^>^ GetEvaluator(
EvaluatorGroup^ group,
IServiceProvider^ serviceProvider
)
member GetEvaluator :
group : EvaluatorGroup *
serviceProvider : IServiceProvider -> Evaluator<USStandardAtmosphere1976Result>
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.
- serviceProvider
- Type: SystemIServiceProvider
The service provider to use when calculating the value. This service provider must provide the ILocationPointService service.
Return Value
Type:
EvaluatorUSStandardAtmosphere1976ResultAn evaluator to find results over time.
See Also