NavigationAccuracyPredictedCompute Method |
Computes predicted navigation accuracy.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static NavigationAccuracyPredicted Compute(
DilutionOfPrecision dilutionOfPrecision,
IList<PredictionSupportRecord> predictionSupportRecords,
IList<double> receiverNoise
)
Public Shared Function Compute (
dilutionOfPrecision As DilutionOfPrecision,
predictionSupportRecords As IList(Of PredictionSupportRecord),
receiverNoise As IList(Of Double)
) As NavigationAccuracyPredicted
public:
static NavigationAccuracyPredicted^ Compute(
DilutionOfPrecision^ dilutionOfPrecision,
IList<PredictionSupportRecord^>^ predictionSupportRecords,
IList<double>^ receiverNoise
)
static member Compute :
dilutionOfPrecision : DilutionOfPrecision *
predictionSupportRecords : IList<PredictionSupportRecord> *
receiverNoise : IList<float> -> NavigationAccuracyPredicted
Parameters
- dilutionOfPrecision
- Type: AGI.Foundation.NavigationDilutionOfPrecision
The dilution of precision (DOP) for the configuration of GPS satellites. - predictionSupportRecords
- Type: System.Collections.GenericIListPredictionSupportRecord
For each satellite to consider, a prediction support record used to predict the performance of the satellite.
- receiverNoise
- Type: System.Collections.GenericIListDouble
For each satellite to consider, the total noise, in meters, receiving the signal.
The list must have an entry for each entry in predictionSupportRecords.
Return Value
Type:
NavigationAccuracyPredictedThe predicted navigation accuracy.
Exceptions See Also