| 126 | bool dataCompressed() const |
| 127 | { return pointFormatBits & CompressionMask; } |
| 128 | void setDataCompressed() |
| 129 | { pointFormatBits |= CompressionMask; } |
| 130 | void setPointCount(uint64_t pointCount); |
| 131 | void setPointsByReturn(int returnNum, uint64_t pointCount); |
| 132 | bool useWkt() const |