QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
#include <qgsrasterpyramid.h>
Public Member Functions | |
QgsRasterPyramid () | |
Public Attributes | |
bool | build |
Whether the pyramid should be built. More... | |
bool | exists |
Whether the pyramid layer has been built yet. More... | |
int | level |
The pyramid level as implemented in gdal (level 2 is half original raster size etc) More... | |
int | xDim |
XDimension for this pyramid layer. More... | |
int | yDim |
YDimension for this pyramid layer. More... | |
This struct is used to store pyramid info for the raster layer.
Definition at line 27 of file qgsrasterpyramid.h.
|
inline |
Definition at line 55 of file qgsrasterpyramid.h.
bool QgsRasterPyramid::build |
Whether the pyramid should be built.
Definition at line 53 of file qgsrasterpyramid.h.
bool QgsRasterPyramid::exists |
Whether the pyramid layer has been built yet.
Definition at line 51 of file qgsrasterpyramid.h.
int QgsRasterPyramid::level |
The pyramid level as implemented in gdal (level 2 is half original raster size etc)
Definition at line 45 of file qgsrasterpyramid.h.
int QgsRasterPyramid::xDim |
XDimension for this pyramid layer.
Definition at line 47 of file qgsrasterpyramid.h.
int QgsRasterPyramid::yDim |
YDimension for this pyramid layer.
Definition at line 49 of file qgsrasterpyramid.h.