| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
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 44 of file qgscopcupdate.h.
| QByteArray QgsCopcUpdate::UpdatedChunk::chunkData | 
Data of the chunk (compressed already with LAZ compressor)
Definition at line 49 of file qgscopcupdate.h.
| int32_t QgsCopcUpdate::UpdatedChunk::pointCount | 
Number of points in the updated chunk.
Definition at line 47 of file qgscopcupdate.h.