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. | |
Public Attributes | |
int | nXYBitPrecision |
Number of bits needed to achieved XY precision. | |
int | nZBitPrecision |
Number of bits needed to achieved Z precision. | |
int | nMBitPrecision |
Number of bits needed to achieved M precision. | |
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()