Class: QgsRasterLayerSaveAsDialog¶
Class Hierarchy¶
Base classes¶
Methods
Returns |
|
Returns the pyramid building option. |
|
Name of the output layer within GeoPackage file |
|
Returns the selected pyramid format. |
|
Sets whether the "add to canvas" checkbox should be checked. |
|
Attributes
- class qgis.gui.QgsRasterLayerSaveAsDialog(rasterLayer: QgsRasterLayer | None, sourceProvider: QgsRasterDataProvider | None, currentExtent: QgsRectangle, layerCrs: QgsCoordinateReferenceSystem, currentCrs: QgsCoordinateReferenceSystem, parent: QWidget | None = None, f: Qt.WindowFlags | Qt.WindowType = Qt.WindowFlags())[source]¶
Bases:
QDialog- class CrsState¶
Bases:
int
- CurrentCrs = 1¶
- class Mode¶
Bases:
int
- OriginalCrs = 0¶
- OriginalResolution = 0¶
- RawDataMode = 0¶
- RenderedImageMode = 1¶
- class ResolutionState¶
Bases:
int
- UserCrs = 2¶
- UserResolution = 1¶
- addToCanvas(self) bool[source]¶
Returns
Trueif the “add to canvas” checkbox is checked.See also
- Return type:
bool
- buildPyramidsFlag(self) Qgis.RasterBuildPyramidOption[source]¶
Returns the pyramid building option.
- Return type:
- mode(self) QgsRasterLayerSaveAsDialog.Mode[source]¶
- Return type:
- noData(self) List[QgsRasterRange][source]¶
- Return type:
List[QgsRasterRange]
- outputCrs(self) QgsCoordinateReferenceSystem[source]¶
- Return type:
- outputLayerName(self) str[source]¶
Name of the output layer within GeoPackage file
Added in version 3.4.
- Return type:
str
- outputRectangle(self) QgsRectangle[source]¶
- Return type:
- pyramidsFormat(self) Qgis.RasterPyramidFormat[source]¶
Returns the selected pyramid format.
- Return type:
- pyramidsList(self) List[int]¶
- Return type:
List[int]