Click or drag to resize

DilutionOfPrecision Properties

The DilutionOfPrecision type exposes the following members.

Properties
  NameDescription
Public propertyCovarianceMatrix
Gets the covariance matrix (H).
Public propertyGeometric
Gets the geometric dilution of precision (GDOP).
Public propertyGeometryMatrix
Gets the Geometry matrix (G) after the rotation to the receiver orientation is applied.
Public propertyIsUndefined
Gets or sets a value indicating whether this instance does not have a well-defined DOP. This may happen when less than 4 satellites are used to create the DOP for example.
Public propertyPosition
Gets the position dilution of precision (PDOP).
Public propertyTime
Gets the time dilution of precision (TDOP).
Public propertyX
Gets 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.
Public propertyXY
Gets 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.
Public propertyY
Gets 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.
Public propertyZ
Gets 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.
Top
See Also