QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the documentation of this file.
16 #ifndef QGSABSTRACTVECTORLAYER3DRENDERER_H
17 #define QGSABSTRACTVECTORLAYER3DRENDERER_H
61 void writeXml( QDomElement &elem )
const;
63 void readXml(
const QDomElement &elem );
66 int mZoomLevelsCount = 3;
67 bool mShowBoundingBoxes =
false;
107 #endif // QGSABSTRACTVECTORLAYER3DRENDERER_H
void setShowBoundingBoxes(bool enabled)
Sets whether to display bounding boxes of entity's tiles (for debugging)
bool showBoundingBoxes() const
Returns whether to display bounding boxes of entity's tiles (for debugging)
void setZoomLevelsCount(int count)
Sets number of zoom levels.
virtual void resolveReferences(const QgsProject &project)
Resolves references to other objects - second phase of loading - after readXml()
QgsVectorLayer3DTilingSettings tilingSettings() const
Returns tiling settings of the renderer.
int zoomLevelsCount() const
Returns number of zoom levels.
void setTilingSettings(const QgsVectorLayer3DTilingSettings &settings)
Sets tiling settings of the renderer.