PerformanceAssessmentFileGetSatelliteGlobalUserRangeErrorEvaluator Method (IServiceProvider, EvaluatorGroup) |
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Evaluator<SatelliteGlobalUserRangeError> GetSatelliteGlobalUserRangeErrorEvaluator(
IServiceProvider satellite,
EvaluatorGroup group
)
Public Function GetSatelliteGlobalUserRangeErrorEvaluator (
satellite As IServiceProvider,
group As EvaluatorGroup
) As Evaluator(Of SatelliteGlobalUserRangeError)
public:
Evaluator<SatelliteGlobalUserRangeError^>^ GetSatelliteGlobalUserRangeErrorEvaluator(
IServiceProvider^ satellite,
EvaluatorGroup^ group
)
member GetSatelliteGlobalUserRangeErrorEvaluator :
satellite : IServiceProvider *
group : EvaluatorGroup -> Evaluator<SatelliteGlobalUserRangeError>
Parameters
- satellite
- Type: SystemIServiceProvider
The GPS satellite for which to obtain the global user range error. The satellite instance must
provide IGpsPrnService and IOrientationAxesService.
- 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.
Return Value
Type:
EvaluatorSatelliteGlobalUserRangeErrorAn evaluator that will return the global user range errors at a specified time.
Exceptions See Also