This struct is used to store pyramid info for the raster layer.
More...
#include <qgsrasterpyramid.h>
Public Attributes |
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.
|
bool | exists |
| Whether the pyramid layer has been built yet.
|
bool | build |
| Whether the pyramid should be built.
|
Detailed Description
This struct is used to store pyramid info for the raster layer.
Constructor & Destructor Documentation
QgsRasterPyramid::QgsRasterPyramid |
( |
| ) |
|
|
inline |
Member Data Documentation
bool QgsRasterPyramid::build |
Whether the pyramid should be built.
bool QgsRasterPyramid::exists |
Whether the pyramid layer has been built yet.
int QgsRasterPyramid::level |
The pyramid level as implemented in gdal (level 2 is half orignal raster size etc)
int QgsRasterPyramid::xDim |
XDimension for this pyramid layer.
int QgsRasterPyramid::yDim |
YDimension for this pyramid layer.
The documentation for this class was generated from the following file: