|
QGIS API Documentation
master-3f58142
|
This struct is used to store pyramid info for the raster layer. More...
#include <qgsrasterpyramid.h>
Public Member Functions | |
| QgsRasterPyramid () | |
Public Attributes | |
| bool | build |
| Whether the pyramid should be built. | |
| bool | exists |
| Whether the pyramid layer has been built yet. | |
| int | level |
| The pyramid level as implemented in gdal (level 2 is half orignal raster size etc) | |
| int | xDim |
| XDimension for this pyramid layer. | |
| int | yDim |
| YDimension for this pyramid layer. | |
This struct is used to store pyramid info for the raster layer.
Definition at line 23 of file qgsrasterpyramid.h.
| QgsRasterPyramid::QgsRasterPyramid | ( | ) | [inline] |
Definition at line 37 of file qgsrasterpyramid.h.
Whether the pyramid should be built.
Definition at line 35 of file qgsrasterpyramid.h.
Whether the pyramid layer has been built yet.
Definition at line 33 of file qgsrasterpyramid.h.
The pyramid level as implemented in gdal (level 2 is half orignal raster size etc)
Definition at line 27 of file qgsrasterpyramid.h.
XDimension for this pyramid layer.
Definition at line 29 of file qgsrasterpyramid.h.
YDimension for this pyramid layer.
Definition at line 31 of file qgsrasterpyramid.h.