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