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

Contains decoded features of a single vector tile and any other data necessary for rendering of it. More...

#include <qgsvectortilerenderer.h>

Public Member Functions

 QgsVectorTileRendererData (QgsTileXYZ id)
 Constructs the object. More...
 
QgsVectorTileFeatures features () const
 Returns features of the tile grouped by sub-layer names. More...
 
QMap< QString, QgsFieldsfields () const
 Returns per-layer fields. More...
 
QgsTileXYZ id () const
 Returns coordinates of the tile. More...
 
QVector< QgsFeaturelayerFeatures (const QString &layerName) const
 Returns list of all features within a single sub-layer. More...
 
QStringList layers () const
 Returns list of layer names present in the tile. More...
 
void setFeatures (const QgsVectorTileFeatures &features)
 Sets features of the tile. More...
 
void setFields (const QMap< QString, QgsFields > &fields)
 Sets per-layer fields. More...
 
void setTilePolygon (QPolygon polygon)
 Sets polygon of the tile. More...
 
QPolygon tilePolygon () const
 Returns polygon (made out of four corners of the tile) in screen coordinates calculated from render context. More...
 

Detailed Description

Contains decoded features of a single vector tile and any other data necessary for rendering of it.

Since
QGIS 3.14

Definition at line 39 of file qgsvectortilerenderer.h.

Constructor & Destructor Documentation

◆ QgsVectorTileRendererData()

QgsVectorTileRendererData::QgsVectorTileRendererData ( QgsTileXYZ  id)
inlineexplicit

Constructs the object.

Definition at line 43 of file qgsvectortilerenderer.h.

Member Function Documentation

◆ features()

QgsVectorTileFeatures QgsVectorTileRendererData::features ( ) const
inline

Returns features of the tile grouped by sub-layer names.

Definition at line 63 of file qgsvectortilerenderer.h.

◆ fields()

QMap< QString, QgsFields > QgsVectorTileRendererData::fields ( ) const
inline

Returns per-layer fields.

Definition at line 58 of file qgsvectortilerenderer.h.

◆ id()

QgsTileXYZ QgsVectorTileRendererData::id ( ) const
inline

Returns coordinates of the tile.

Definition at line 48 of file qgsvectortilerenderer.h.

◆ layerFeatures()

QVector< QgsFeature > QgsVectorTileRendererData::layerFeatures ( const QString &  layerName) const
inline

Returns list of all features within a single sub-layer.

Definition at line 67 of file qgsvectortilerenderer.h.

◆ layers()

QStringList QgsVectorTileRendererData::layers ( ) const
inline

Returns list of layer names present in the tile.

Definition at line 65 of file qgsvectortilerenderer.h.

◆ setFeatures()

void QgsVectorTileRendererData::setFeatures ( const QgsVectorTileFeatures features)
inline

Sets features of the tile.

Definition at line 61 of file qgsvectortilerenderer.h.

◆ setFields()

void QgsVectorTileRendererData::setFields ( const QMap< QString, QgsFields > &  fields)
inline

Sets per-layer fields.

Definition at line 56 of file qgsvectortilerenderer.h.

◆ setTilePolygon()

void QgsVectorTileRendererData::setTilePolygon ( QPolygon  polygon)
inline

Sets polygon of the tile.

Definition at line 51 of file qgsvectortilerenderer.h.

◆ tilePolygon()

QPolygon QgsVectorTileRendererData::tilePolygon ( ) const
inline

Returns polygon (made out of four corners of the tile) in screen coordinates calculated from render context.

Definition at line 53 of file qgsvectortilerenderer.h.


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