Class: QgsRasterPyramidsOptionsWidget¶
A widget to select format-specific raster saving options.
List of all members, including inherited members
Class Hierarchy¶
Base classes¶
Methods
Returns the selected pyramid format. |
|
Tune settings of the widget for the given format (in particular for COG) |
|
Signals
Emitted when the list of configured overviews is changed. |
|
Emitted when settings are changed in the widget. |
- class qgis.gui.QgsRasterPyramidsOptionsWidget[source]¶
Bases:
QWidget- __init__(parent: QWidget | None = None, provider: str | None = '')
Constructor for QgsRasterPyramidsOptionsWidget
- createOptionsWidget(self) QgsRasterFormatSaveOptionsWidget | None[source]¶
- Return type:
- overviewList(self) list[int]¶
- Return type:
list[int]
- pyramidsFormat(self) Qgis.RasterPyramidFormat[source]¶
Returns the selected pyramid format.
- Return type:
- setRasterLayer(self, rasterLayer: QgsRasterLayer | None)[source]¶
- Parameters:
rasterLayer (Optional[QgsRasterLayer])