QGIS API Documentation 3.34.0-Prizren (ffbdd678812)
|
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. | |
Public Attributes | |
QByteArray | data |
Raw tile data. | |
QgsTileXYZ | id |
Tile position in tile matrix set. | |
QgsTileXYZ | tileGeometryId |
Tile id associated with the raw tile data. | |
Keeps track of raw tile data that need to be decoded.
Definition at line 37 of file qgsvectortileloader.h.
|
inline |
Constructs a raw tile object.
Definition at line 41 of file qgsvectortileloader.h.
QByteArray QgsVectorTileRawData::data |
Raw tile data.
Definition at line 58 of file qgsvectortileloader.h.
QgsTileXYZ QgsVectorTileRawData::id |
Tile position in tile matrix set.
Definition at line 45 of file qgsvectortileloader.h.
QgsTileXYZ QgsVectorTileRawData::tileGeometryId |
Tile id associated with the raw tile data.
This may differ from the tile id in the situation where lower zoom level tiles have been used to replace missing higher zoom level tiles. In this case, the tileGeometryId should be used when decoding tiles to features in order to obtain correct geometry scaling and placement, while the actual tile id should be used when determining the region of the tile for clipping purposes.
Definition at line 55 of file qgsvectortileloader.h.