mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			109 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			109 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/qgsrasterlayersaveasdialog.h                                 *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsRasterLayerSaveAsDialog: QDialog
 | 
						|
{
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsrasterlayersaveasdialog.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
    enum Mode
 | 
						|
    {
 | 
						|
      RawDataMode,
 | 
						|
      RenderedImageMode
 | 
						|
    };
 | 
						|
    enum CrsState
 | 
						|
    {
 | 
						|
      OriginalCrs,
 | 
						|
      CurrentCrs,
 | 
						|
      UserCrs
 | 
						|
    };
 | 
						|
    enum ResolutionState
 | 
						|
    {
 | 
						|
      OriginalResolution,
 | 
						|
      UserResolution
 | 
						|
    };
 | 
						|
 | 
						|
    QgsRasterLayerSaveAsDialog( QgsRasterLayer *rasterLayer,
 | 
						|
                                QgsRasterDataProvider *sourceProvider,
 | 
						|
                                const QgsRectangle ¤tExtent,
 | 
						|
                                const QgsCoordinateReferenceSystem &layerCrs,
 | 
						|
                                const QgsCoordinateReferenceSystem ¤tCrs,
 | 
						|
                                QWidget *parent /TransferThis/ = 0,
 | 
						|
                                Qt::WindowFlags f = 0 );
 | 
						|
%Docstring
 | 
						|
Constructor for QgsRasterLayerSaveAsDialog
 | 
						|
%End
 | 
						|
 | 
						|
    Mode mode() const;
 | 
						|
    int nColumns() const;
 | 
						|
    int nRows() const;
 | 
						|
    double xResolution() const;
 | 
						|
    double yResolution() const;
 | 
						|
    int maximumTileSizeX() const;
 | 
						|
    int maximumTileSizeY() const;
 | 
						|
    bool tileMode() const;
 | 
						|
 | 
						|
    bool addToCanvas() const;
 | 
						|
%Docstring
 | 
						|
Returns ``True`` if the "add to canvas" checkbox is checked.
 | 
						|
 | 
						|
.. seealso:: :py:func:`setAddToCanvas`
 | 
						|
%End
 | 
						|
 | 
						|
    void setAddToCanvas( bool checked );
 | 
						|
%Docstring
 | 
						|
Sets whether the  "add to canvas" checkbox should be ``checked``.
 | 
						|
 | 
						|
.. seealso:: :py:func:`addToCanvas`
 | 
						|
 | 
						|
.. versionadded:: 3.6
 | 
						|
%End
 | 
						|
 | 
						|
    QString outputFileName() const;
 | 
						|
 | 
						|
    QString outputLayerName() const;
 | 
						|
%Docstring
 | 
						|
Name of the output layer within GeoPackage file
 | 
						|
 | 
						|
.. versionadded:: 3.4
 | 
						|
%End
 | 
						|
    QString outputFormat() const;
 | 
						|
    QgsCoordinateReferenceSystem outputCrs();
 | 
						|
    QStringList createOptions() const;
 | 
						|
    QgsRectangle outputRectangle() const;
 | 
						|
    QgsRasterRangeList noData() const;
 | 
						|
 | 
						|
    QList< int > pyramidsList() const;
 | 
						|
    QgsRaster::RasterBuildPyramids buildPyramidsFlag() const;
 | 
						|
    QString pyramidsResamplingMethod() const;
 | 
						|
    QgsRaster::RasterPyramidsFormat pyramidsFormat() const;
 | 
						|
    QStringList pyramidsConfigOptions() const;
 | 
						|
 | 
						|
    void hideFormat();
 | 
						|
    void hideOutput();
 | 
						|
 | 
						|
  public slots:
 | 
						|
    virtual void accept();
 | 
						|
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/qgsrasterlayersaveasdialog.h                                 *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 |