Click or drag to resize

GpsReceiverGetNavigationAccuracyPredictedEvaluator Method (PredictionSupportFile)

Returns an evaluator which can compute the NavigationAccuracyPredicted for this GPS receiver at a given time.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Evaluator<NavigationAccuracyPredicted> GetNavigationAccuracyPredictedEvaluator(
	PredictionSupportFile predictionSupportFile
)

Parameters

predictionSupportFile
Type: AGI.Foundation.Navigation.DataReadersPredictionSupportFile
The prediction support file (PSF) to be used to compute the predicted accuracy.

Return Value

Type: EvaluatorNavigationAccuracyPredicted
An evaluator of predicted navigation accuracy.
Exceptions
ExceptionCondition
ServiceNotAvailableException Thrown when this GPS receiver's Antenna does not have the ILocationPointService or the IOrientationAxesService.
Remarks
The AccuracyCalculationPersona is set to Diligent by default.
See Also