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.2.419.0 (24.2.419.0)
Syntax public enum NavigationAccuracyPredictedType
Public Enumeration NavigationAccuracyPredictedType
public enum class NavigationAccuracyPredictedType
type NavigationAccuracyPredictedType
Members
| Member name | Description |
---|
| 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