PerformanceAssessmentFile.GetSatelliteGlobalUserRangeErrorEvaluator Method (IServiceProvider, EvaluatorGroup) |
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.IServiceProvider
The GPS satellite for which to obtain the global user range error. The satellite instance must
provide IGpsPrnService and IOrientationAxesService.
- group
- Type: AGI.Foundation.EvaluatorGroup
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:
Evaluator<SatelliteGlobalUserRangeError>An evaluator that will return the global user range errors at a specified time.
Exceptions
See Also