| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
#include <qgsrasterlayersaveasdialog.h>

| Public Types | |
| enum | CrsState { OriginalCrs , CurrentCrs , UserCrs } | 
| enum | Mode { RawDataMode , RenderedImageMode } | 
| enum | ResolutionState { OriginalResolution , UserResolution } | 
| Public Slots | |
| void | accept () override | 
| Public Member Functions | |
| QgsRasterLayerSaveAsDialog (QgsRasterLayer *rasterLayer, QgsRasterDataProvider *sourceProvider, const QgsRectangle ¤tExtent, const QgsCoordinateReferenceSystem &layerCrs, const QgsCoordinateReferenceSystem ¤tCrs, QWidget *parent SIP_TRANSFERTHIS=nullptr, Qt::WindowFlags f=Qt::WindowFlags()) | |
| Constructor for QgsRasterLayerSaveAsDialog.  More... | |
| bool | addToCanvas () const | 
| Returns trueif the "add to canvas" checkbox is checked.  More... | |
| QgsRaster::RasterBuildPyramids | buildPyramidsFlag () const | 
| QStringList | createOptions () const | 
| void | hideFormat () | 
| void | hideOutput () | 
| int | maximumTileSizeX () const | 
| int | maximumTileSizeY () const | 
| Mode | mode () const | 
| int | nColumns () const | 
| QgsRasterRangeList | noData () const | 
| int | nRows () const | 
| QgsCoordinateReferenceSystem | outputCrs () | 
| QString | outputFileName () const | 
| QString | outputFormat () const | 
| QString | outputLayerName () const | 
| Name of the output layer within GeoPackage file.  More... | |
| QgsRectangle | outputRectangle () const | 
| QStringList | pyramidsConfigOptions () const | 
| QgsRaster::RasterPyramidsFormat | pyramidsFormat () const | 
| QList< int > | pyramidsList () const | 
| QString | pyramidsResamplingMethod () const | 
| void | setAddToCanvas (bool checked) | 
| Sets whether the "add to canvas" checkbox should be checked.  More... | |
| bool | tileMode () const | 
| double | xResolution () const | 
| double | yResolution () const | 
| Friends | |
| class | TestQgsRasterLayerSaveAsDialog | 
Definition at line 33 of file qgsrasterlayersaveasdialog.h.
| Enumerator | |
|---|---|
| OriginalCrs | |
| CurrentCrs | |
| UserCrs | |
Definition at line 42 of file qgsrasterlayersaveasdialog.h.
| Enumerator | |
|---|---|
| RawDataMode | |
| RenderedImageMode | |
Definition at line 37 of file qgsrasterlayersaveasdialog.h.
| Enumerator | |
|---|---|
| OriginalResolution | |
| UserResolution | |
Definition at line 48 of file qgsrasterlayersaveasdialog.h.
| QgsRasterLayerSaveAsDialog::QgsRasterLayerSaveAsDialog | ( | QgsRasterLayer * | rasterLayer, | 
| QgsRasterDataProvider * | sourceProvider, | ||
| const QgsRectangle & | currentExtent, | ||
| const QgsCoordinateReferenceSystem & | layerCrs, | ||
| const QgsCoordinateReferenceSystem & | currentCrs, | ||
| QWidget *parent | SIP_TRANSFERTHIS = nullptr, | ||
| Qt::WindowFlags | f = Qt::WindowFlags() | ||
| ) | 
Constructor for QgsRasterLayerSaveAsDialog.
Definition at line 41 of file qgsrasterlayersaveasdialog.cpp.
| 
 | overrideslot | 
Definition at line 959 of file qgsrasterlayersaveasdialog.cpp.
| bool QgsRasterLayerSaveAsDialog::addToCanvas | ( | ) | const | 
Returns true if the "add to canvas" checkbox is checked. 
Definition at line 395 of file qgsrasterlayersaveasdialog.cpp.
| QgsRaster::RasterBuildPyramids QgsRasterLayerSaveAsDialog::buildPyramidsFlag | ( | ) | const | 
Definition at line 906 of file qgsrasterlayersaveasdialog.cpp.
| QStringList QgsRasterLayerSaveAsDialog::createOptions | ( | ) | const | 
Definition at line 447 of file qgsrasterlayersaveasdialog.cpp.
| void QgsRasterLayerSaveAsDialog::hideFormat | ( | ) | 
Definition at line 485 of file qgsrasterlayersaveasdialog.cpp.
| void QgsRasterLayerSaveAsDialog::hideOutput | ( | ) | 
Definition at line 491 of file qgsrasterlayersaveasdialog.cpp.
| int QgsRasterLayerSaveAsDialog::maximumTileSizeX | ( | ) | const | 
Definition at line 380 of file qgsrasterlayersaveasdialog.cpp.
| int QgsRasterLayerSaveAsDialog::maximumTileSizeY | ( | ) | const | 
Definition at line 385 of file qgsrasterlayersaveasdialog.cpp.
| QgsRasterLayerSaveAsDialog::Mode QgsRasterLayerSaveAsDialog::mode | ( | ) | const | 
Definition at line 658 of file qgsrasterlayersaveasdialog.cpp.
| int QgsRasterLayerSaveAsDialog::nColumns | ( | ) | const | 
Definition at line 360 of file qgsrasterlayersaveasdialog.cpp.
| QgsRasterRangeList QgsRasterLayerSaveAsDialog::noData | ( | ) | const | 
Definition at line 884 of file qgsrasterlayersaveasdialog.cpp.
| int QgsRasterLayerSaveAsDialog::nRows | ( | ) | const | 
Definition at line 365 of file qgsrasterlayersaveasdialog.cpp.
| QgsCoordinateReferenceSystem QgsRasterLayerSaveAsDialog::outputCrs | ( | ) | 
Definition at line 653 of file qgsrasterlayersaveasdialog.cpp.
| QString QgsRasterLayerSaveAsDialog::outputFileName | ( | ) | const | 
Definition at line 405 of file qgsrasterlayersaveasdialog.cpp.
| QString QgsRasterLayerSaveAsDialog::outputFormat | ( | ) | const | 
Definition at line 442 of file qgsrasterlayersaveasdialog.cpp.
| QString QgsRasterLayerSaveAsDialog::outputLayerName | ( | ) | const | 
Name of the output layer within GeoPackage file.
Definition at line 429 of file qgsrasterlayersaveasdialog.cpp.
| QgsRectangle QgsRasterLayerSaveAsDialog::outputRectangle | ( | ) | const | 
Definition at line 480 of file qgsrasterlayersaveasdialog.cpp.
| 
 | inline | 
Definition at line 104 of file qgsrasterlayersaveasdialog.h.
| 
 | inline | 
Definition at line 103 of file qgsrasterlayersaveasdialog.h.
| QList< int > QgsRasterLayerSaveAsDialog::pyramidsList | ( | ) | const | 
Definition at line 901 of file qgsrasterlayersaveasdialog.cpp.
| 
 | inline | 
Definition at line 102 of file qgsrasterlayersaveasdialog.h.
| void QgsRasterLayerSaveAsDialog::setAddToCanvas | ( | bool | checked | ) | 
Sets whether the "add to canvas" checkbox should be checked.
Definition at line 400 of file qgsrasterlayersaveasdialog.cpp.
| bool QgsRasterLayerSaveAsDialog::tileMode | ( | ) | const | 
Definition at line 390 of file qgsrasterlayersaveasdialog.cpp.
| double QgsRasterLayerSaveAsDialog::xResolution | ( | ) | const | 
Definition at line 370 of file qgsrasterlayersaveasdialog.cpp.
| double QgsRasterLayerSaveAsDialog::yResolution | ( | ) | const | 
Definition at line 375 of file qgsrasterlayersaveasdialog.cpp.
| 
 | friend | 
Definition at line 166 of file qgsrasterlayersaveasdialog.h.