QGIS/python/core/raster/qgsrasterviewport.sip

66 lines
1.9 KiB
Plaintext
Raw Normal View History

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 *
************************************************************************/
struct QgsRasterViewPort
{
%TypeHeaderCode
#include <qgsrasterviewport.h>
%End
2017-06-02 23:35:10 +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
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
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
QgsRectangle mDrawnExtent;
2017-06-02 23:35:10 +02:00
%Docstring
Intersection of current map extent and layer extent
%End
QgsCoordinateReferenceSystem mSrcCRS;
2017-06-02 23:35:10 +02:00
%Docstring
Source coordinate system
%End
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;
};
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 *
************************************************************************/