QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
|
Encapsulates a MapBox GL style raster sub layer. More...
#include <qgsmapboxglstyleconverter.h>
Public Member Functions | |
QgsMapBoxGlStyleRasterSubLayer (const QString &id, const QString &source) | |
Constructor for QgsMapBoxGlStyleRasterSubLayer, with the given id and source. More... | |
QgsPropertyCollection & | dataDefinedProperties () |
Returns a reference to the layer's data defined properties. More... | |
const QgsPropertyCollection & | dataDefinedProperties () const |
Returns a reference to the layer's data defined properties. More... | |
QString | id () const |
Returns the layer's ID. More... | |
QString | source () const |
Returns the layer's source. More... | |
Encapsulates a MapBox GL style raster sub layer.
Definition at line 292 of file qgsmapboxglstyleconverter.h.
QgsMapBoxGlStyleRasterSubLayer::QgsMapBoxGlStyleRasterSubLayer | ( | const QString & | id, |
const QString & | source | ||
) |
Constructor for QgsMapBoxGlStyleRasterSubLayer, with the given id and source.
Definition at line 3708 of file qgsmapboxglstyleconverter.cpp.
|
inline |
Returns a reference to the layer's data defined properties.
Definition at line 314 of file qgsmapboxglstyleconverter.h.
|
inline |
Returns a reference to the layer's data defined properties.
Definition at line 319 of file qgsmapboxglstyleconverter.h.
|
inline |
Returns the layer's ID.
Definition at line 304 of file qgsmapboxglstyleconverter.h.
|
inline |
Returns the layer's source.
Definition at line 309 of file qgsmapboxglstyleconverter.h.