Click or drag to resize

NavigationAccuracyPredicted Class

The NavigationAccuracyPredicted class calculates navigation accuracy based on Prediction Support File (PSF) Data.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.NavigationNavigationAccuracyPredicted

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class NavigationAccuracyPredicted

The NavigationAccuracyPredicted type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIncludedSatellites
Gets or sets the collection of satellites included in the accuracy computation.
Public propertyPositionSignalInSpace
Gets the signal-in-space position error.
Public propertyPositionTotal
Gets the total position error.
Public propertyTimeSignalInSpace
Gets the signal-in-space time error.
Public propertyTimeTotal
Gets the total time error.
Public propertyTrackedSatellitesNotIncluded
Gets or sets the collection of satellites tracked by the GpsReceiver but NOT included in the accuracy computation.
Public propertyXSignalInSpace
Gets the signal-in-space error in the X direction.
Public propertyXTotal
Gets the total error in the X direction.
Public propertyXYSignalInSpace
Gets the signal-in-space error in the XY (Horizontal) direction.
Public propertyXYTotal
Gets the total error in the XY (Horizontal) direction.
Public propertyYSignalInSpace
Gets the signal-in-space error in the Y direction.
Public propertyYTotal
Gets the total error in the Y direction.
Public propertyZSignalInSpace
Gets the signal-in-space error in the Z direction.
Public propertyZTotal
Gets the total error in the Z direction.
Top
Methods
  NameDescription
Public methodStatic memberCompute
Computes predicted navigation accuracy.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValueByType
Get the specific value of NavigationAccuracyPredicted by its type.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
PSF files support statistical predictions of Navigation Accuracy - the errors reported are 1-sigma errors for predicted navigation accuracy. The confidence levels associated with the predictions are based off of standard multi-variate statistics. For example, for the predicted error in the vertical direction, a one-dimensional quantity, the 1-sigma error reported has a confidence value of 68% associated with it. On the other hand, the 1-sigma error reported for the position, a three-dimensional quantity, has a confidence level of 19% associated with it.
See Also