Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum DilutionOfPrecisionType
Members
  Member nameDescription
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