QGIS API Documentation  3.16.0-Hannover (43b64b13f3)
qgsrasterviewport.h
Go to the documentation of this file.
1 /***************************************************************************
2  qgsrasterviewport.h - description
3  -------------------
4  begin : Fri Jun 28 2002
5  copyright : (C) 2005 by T.Sutton
6  email : [email protected]
7 ***************************************************************************/
8 
9 /***************************************************************************
10  * *
11  * This program is free software; you can redistribute it and/or modify *
12  * it under the terms of the GNU General Public License as published by *
13  * the Free Software Foundation; either version 2 of the License, or *
14  * (at your option) any later version. *
15  * *
16  ***************************************************************************/
17 #ifndef QGSRASTERVIEWPORT_H
18 #define QGSRASTERVIEWPORT_H
19 
20 #include "qgspointxy.h"
23 #include "qgsrectangle.h"
24 
34 struct CORE_EXPORT QgsRasterViewPort
35 {
36 #ifdef SIP_RUN
37  % TypeHeaderCode
38 #include <qgsrasterviewport.h>
39  % End
40 #endif
41 
47 
53 
56 
59 
62 
65 
68 
73 };
74 
75 #endif //QGSRASTERVIEWPORT_H
QgsRasterViewPort::mBottomRightPoint
QgsPointXY mBottomRightPoint
Coordinate (in output device coordinate system) of bottom right corner of the part of the raster that...
Definition: qgsrasterviewport.h:52
QgsCoordinateTransformContext
Contains information about the context in which a coordinate transform is executed.
Definition: qgscoordinatetransformcontext.h:58
qgsrectangle.h
qgsrasterviewport.h
qgscoordinatetransformcontext.h
QgsRasterViewPort::mSrcCRS
QgsCoordinateReferenceSystem mSrcCRS
Source coordinate system.
Definition: qgsrasterviewport.h:64
QgsRasterViewPort::mTopLeftPoint
QgsPointXY mTopLeftPoint
Coordinate (in output device coordinate system) of top left corner of the part of the raster that is ...
Definition: qgsrasterviewport.h:46
QgsRasterViewPort
This class provides details of the viewable area that a raster will be rendered into.
Definition: qgsrasterviewport.h:35
QgsRectangle
A rectangle specified with double values.
Definition: qgsrectangle.h:42
QgsRasterViewPort::mTransformContext
QgsCoordinateTransformContext mTransformContext
Coordinate transform context.
Definition: qgsrasterviewport.h:72
QgsCoordinateReferenceSystem
This class represents a coordinate reference system (CRS).
Definition: qgscoordinatereferencesystem.h:206
QgsPointXY
A class to represent a 2D point.
Definition: qgspointxy.h:44
QgsRasterViewPort::mHeight
qgssize mHeight
Height, number of rows to be rendered.
Definition: qgsrasterviewport.h:58
QgsRasterViewPort::mWidth
qgssize mWidth
Width, number of columns to be rendered.
Definition: qgsrasterviewport.h:55
QgsRasterViewPort::mDestCRS
QgsCoordinateReferenceSystem mDestCRS
Target coordinate system.
Definition: qgsrasterviewport.h:67
qgscoordinatereferencesystem.h
QgsRasterViewPort::mDrawnExtent
QgsRectangle mDrawnExtent
Intersection of current map extent and layer extent.
Definition: qgsrasterviewport.h:61
qgspointxy.h
qgssize
unsigned long long qgssize
Qgssize is used instead of size_t, because size_t is stdlib type, unknown by SIP, and it would be har...
Definition: qgis.h:768