QGIS API Documentation 3.41.0-Master (f75d66fa9f9)
|
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.