DilutionOfPrecisionType Enumeration |
An enumeration defining the type of Dilution of Precision (DOP).
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 DilutionOfPrecisionType
Public Enumeration DilutionOfPrecisionType
public enum class DilutionOfPrecisionType
type DilutionOfPrecisionType
Members
| Member name | Description |
---|
| X |
The dilution of precision along the X axis. When using
conventional ENU (East-North-Up) axes, this is the dilution of precision
in the East direction, or EDOP.
|
| Y |
The dilution of precision along the Y axis. When using
conventional ENU (East-North-Up) axes, this is the dilution of precision
in the North direction, or NDOP.
|
| Z |
The dilution of precision along the Z axis. When using
conventional ENU (East-North-Up) axes, this is the dilution of precision
in the Up/Vertical direction, or VDOP.
|
| XY |
The dilution of precision in the X-Y plane. When using
conventional ENU (East-North-Up) axes, this is the dilution of precision
in the horizontal plane, or HDOP.
|
| Position |
The position dilution of precision (PDOP).
|
| Time |
The time dilution of precision (TDOP).
|
| Geometric |
The geometric dilution of precision (GDOP).
|
See Also