QGIS API Documentation 3.41.0-Master (f75d66fa9f9)
Loading...
Searching...
No Matches
Public Attributes | List of all members
QgsCopcUpdate::UpdatedChunk Struct Reference

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.
 

Detailed Description

Keeps information how points of a single chunk has been modified.

Definition at line 43 of file qgscopcupdate.h.

Member Data Documentation

◆ chunkData

QByteArray QgsCopcUpdate::UpdatedChunk::chunkData

Data of the chunk (compressed already with LAZ compressor)

Definition at line 48 of file qgscopcupdate.h.

◆ pointCount

int32_t QgsCopcUpdate::UpdatedChunk::pointCount

Number of points in the updated chunk.

Definition at line 46 of file qgscopcupdate.h.


The documentation for this struct was generated from the following file: