SP3dHeaderRecordAccuracies Property |
Gets the orbital accuracy exponent as listed in the header.
The accuracy is interpreted as 2**exponent meters. An
exponent value of 0 indicates the accuracy is unknown.
The accuracies are ordered identically to the satellite identifier ordering in
SatelliteIdentifiers.
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 List<int> Accuracies { get; }
Public ReadOnly Property Accuracies As List(Of Integer)
Get
public:
property List<int>^ Accuracies {
List<int>^ get ();
}
member Accuracies : List<int> with get
Property Value
Type:
ListInt32See Also