|
QGIS API Documentation 3.42.0-Münster (feb80233002)
|
Keeps information how points of a single chunk has been modified. More...
#include <qgscopcupdate.h>
Public Attributes | |
| QByteArray | chunkData |
| Data of the chunk (compressed already with LAZ compressor) | |
| int32_t | pointCount |
| Number of points in the updated chunk. | |
Keeps information how points of a single chunk has been modified.
Definition at line 43 of file qgscopcupdate.h.
| QByteArray QgsCopcUpdate::UpdatedChunk::chunkData |
Data of the chunk (compressed already with LAZ compressor)
Definition at line 48 of file qgscopcupdate.h.
| int32_t QgsCopcUpdate::UpdatedChunk::pointCount |
Number of points in the updated chunk.
Definition at line 46 of file qgscopcupdate.h.