Click or drag to resize

NavigationAccuracyPredictedType Enumeration

An enumeration defining the type of predicted navigation accuracy.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum NavigationAccuracyPredictedType
Members
  Member nameDescription
XSignalInSpace The signal-in-space error in the X direction.
YSignalInSpace The signal-in-space error in the Y direction.
ZSignalInSpace The signal-in-space error in the Z direction.
XYSignalInSpace The signal-in-space error in the XY (Horizontal) direction.
PositionSignalInSpace The signal-in-space position error.
TimeSignalInSpace The signal-in-space time error.
XTotal The total error in the X direction.
YTotal The total error in the Y direction.
ZTotal The total error in the Z direction.
XYTotal The total error in the XY (Horizontal) direction.
PositionTotal The total position error.
TimeTotal The total time error.
See Also