2017-06-02 23:35:10 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/raster/qgsrasterviewport.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
struct QgsRasterViewPort
|
|
|
|
{
|
|
|
|
%TypeHeaderCode
|
|
|
|
#include <qgsrasterviewport.h>
|
|
|
|
%End
|
2017-06-02 23:35:10 +02:00
|
|
|
|
2017-06-01 12:18:43 +02:00
|
|
|
QgsPointXY mTopLeftPoint;
|
2017-06-02 23:35:10 +02:00
|
|
|
%Docstring
|
|
|
|
Coordinate (in output device coordinate system) of top left corner
|
|
|
|
of the part of the raster that is to be rendered.*
|
|
|
|
%End
|
|
|
|
|
2017-06-01 12:18:43 +02:00
|
|
|
QgsPointXY mBottomRightPoint;
|
2017-06-02 23:35:10 +02:00
|
|
|
%Docstring
|
|
|
|
Coordinate (in output device coordinate system) of bottom right corner
|
|
|
|
of the part of the raster that is to be rendered.*
|
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
|
2013-04-29 13:27:36 +02:00
|
|
|
int mWidth;
|
2017-06-02 23:35:10 +02:00
|
|
|
%Docstring
|
|
|
|
Width, number of columns to be rendered
|
|
|
|
%End
|
|
|
|
|
2013-04-29 13:27:36 +02:00
|
|
|
int mHeight;
|
2017-06-02 23:35:10 +02:00
|
|
|
%Docstring
|
|
|
|
Height, number of rows to be rendered
|
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
QgsRectangle mDrawnExtent;
|
2017-06-02 23:35:10 +02:00
|
|
|
%Docstring
|
|
|
|
Intersection of current map extent and layer extent
|
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
QgsCoordinateReferenceSystem mSrcCRS;
|
2017-06-02 23:35:10 +02:00
|
|
|
%Docstring
|
|
|
|
Source coordinate system
|
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
QgsCoordinateReferenceSystem mDestCRS;
|
2017-06-02 23:35:10 +02:00
|
|
|
%Docstring
|
|
|
|
Target coordinate system
|
|
|
|
%End
|
2013-04-29 13:27:36 +02:00
|
|
|
|
2014-01-26 18:35:21 +01:00
|
|
|
int mSrcDatumTransform;
|
|
|
|
int mDestDatumTransform;
|
2012-09-24 02:28:15 +02:00
|
|
|
};
|
2017-06-02 23:35:10 +02:00
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/raster/qgsrasterviewport.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|