QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Public Member Functions | Public Attributes | List of all members
QgsVectorTileRawData Class Reference

Keeps track of raw tile data that need to be decoded. More...

#include <qgsvectortileloader.h>

Public Member Functions

 QgsVectorTileRawData (QgsTileXYZ tileID=QgsTileXYZ(), const QByteArray &raw=QByteArray())
 Constructs a raw tile object. More...
 

Public Attributes

QByteArray data
 Raw tile data. More...
 
QgsTileXYZ id
 Tile position in tile matrix set. More...
 

Detailed Description

Keeps track of raw tile data that need to be decoded.

Since
QGIS 3.14

Definition at line 32 of file qgsvectortileloader.h.

Constructor & Destructor Documentation

◆ QgsVectorTileRawData()

QgsVectorTileRawData::QgsVectorTileRawData ( QgsTileXYZ  tileID = QgsTileXYZ(),
const QByteArray &  raw = QByteArray() 
)
inline

Constructs a raw tile object.

Definition at line 36 of file qgsvectortileloader.h.

Member Data Documentation

◆ data

QByteArray QgsVectorTileRawData::data

Raw tile data.

Definition at line 42 of file qgsvectortileloader.h.

◆ id

QgsTileXYZ QgsVectorTileRawData::id

Tile position in tile matrix set.

Definition at line 40 of file qgsvectortileloader.h.


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