DilutionOfPrecision Properties |
The DilutionOfPrecision type exposes the following members.
Name | Description | |
---|---|---|
CovarianceMatrix |
Gets the covariance matrix (H).
| |
Geometric |
Gets the geometric dilution of precision (GDOP).
| |
GeometryMatrix |
Gets the Geometry matrix (G) after the rotation to the receiver orientation is applied.
| |
IsUndefined |
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.
| |
Position |
Gets the position dilution of precision (PDOP).
| |
Time |
Gets the time dilution of precision (TDOP).
| |
X |
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.
| |
XY |
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.
| |
Y |
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.
| |
Z |
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.
|