|
GDAL
|
Geometry coordinate precision for a binary representation. More...
#include <ogr_geometry.h>
Public Member Functions | |
| void | SetFrom (const OGRGeomCoordinatePrecision &) |
| Set binary precision options from resolution. More... | |
Public Attributes | |
| int | nXYBitPrecision |
| Number of bits needed to achieved XY precision. More... | |
| int | nZBitPrecision |
| Number of bits needed to achieved Z precision. More... | |
| int | nMBitPrecision |
| Number of bits needed to achieved M precision. More... | |
Geometry coordinate precision for a binary representation.
| void OGRGeomCoordinateBinaryPrecision::SetFrom | ( | const OGRGeomCoordinatePrecision & | prec | ) |
Set binary precision options from resolution.
| int OGRGeomCoordinateBinaryPrecision::nMBitPrecision |
Number of bits needed to achieved M precision.
Typically computed with SetFromResolution()
| int OGRGeomCoordinateBinaryPrecision::nXYBitPrecision |
Number of bits needed to achieved XY precision.
Typically computed with SetFromResolution()
| int OGRGeomCoordinateBinaryPrecision::nZBitPrecision |
Number of bits needed to achieved Z precision.
Typically computed with SetFromResolution()