QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
17 #ifndef QGSRASTERVIEWPORT_H
18 #define QGSRASTERVIEWPORT_H
75 #endif //QGSRASTERVIEWPORT_H
QgsPointXY mBottomRightPoint
Coordinate (in output device coordinate system) of bottom right corner of the part of the raster that...
Contains information about the context in which a coordinate transform is executed.
QgsCoordinateReferenceSystem mSrcCRS
Source coordinate system.
QgsPointXY mTopLeftPoint
Coordinate (in output device coordinate system) of top left corner of the part of the raster that is ...
This class provides details of the viewable area that a raster will be rendered into.
A rectangle specified with double values.
QgsCoordinateTransformContext mTransformContext
Coordinate transform context.
This class represents a coordinate reference system (CRS).
A class to represent a 2D point.
qgssize mHeight
Height, number of rows to be rendered.
qgssize mWidth
Width, number of columns to be rendered.
QgsCoordinateReferenceSystem mDestCRS
Target coordinate system.
QgsRectangle mDrawnExtent
Intersection of current map extent and layer extent.
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...