QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Public Attributes | List of all members
QgsRasterViewPort Struct Reference

This class provides details of the viewable area that a raster will be rendered into. More...

#include <qgsrasterviewport.h>

Public Attributes

QgsPointXY mBottomRightPoint
 Coordinate (in output device coordinate system) of bottom right corner of the part of the raster that is to be rendered. More...
 
QgsCoordinateReferenceSystem mDestCRS
 Target coordinate system. More...
 
QgsRectangle mDrawnExtent
 Intersection of current map extent and layer extent. More...
 
int mHeight
 Distance in map units from bottom edge to top edge for the part of the raster that is to be rendered. More...
 
QgsCoordinateReferenceSystem mSrcCRS
 Source coordinate system. More...
 
QgsPointXY mTopLeftPoint
 Coordinate (in output device coordinate system) of top left corner of the part of the raster that is to be rendered. More...
 
QgsCoordinateTransformContext mTransformContext
 Coordinate transform context. More...
 
int mWidth
 Width, number of columns to be rendered. More...
 

Detailed Description

This class provides details of the viewable area that a raster will be rendered into.

The qgsrasterviewport class sets up a viewport / area of interest to be used by rasterlayer draw functions at the point of drawing to the screen.

Definition at line 34 of file qgsrasterviewport.h.

Member Data Documentation

◆ mBottomRightPoint

QgsPointXY QgsRasterViewPort::mBottomRightPoint

Coordinate (in output device coordinate system) of bottom right corner of the part of the raster that is to be rendered.

Definition at line 50 of file qgsrasterviewport.h.

◆ mDestCRS

QgsCoordinateReferenceSystem QgsRasterViewPort::mDestCRS

Target coordinate system.

Definition at line 68 of file qgsrasterviewport.h.

◆ mDrawnExtent

QgsRectangle QgsRasterViewPort::mDrawnExtent

Intersection of current map extent and layer extent.

Definition at line 62 of file qgsrasterviewport.h.

◆ mHeight

int QgsRasterViewPort::mHeight

Distance in map units from bottom edge to top edge for the part of the raster that is to be rendered.

Height, number of rows to be rendered

Definition at line 59 of file qgsrasterviewport.h.

◆ mSrcCRS

QgsCoordinateReferenceSystem QgsRasterViewPort::mSrcCRS

Source coordinate system.

Definition at line 65 of file qgsrasterviewport.h.

◆ mTopLeftPoint

QgsPointXY QgsRasterViewPort::mTopLeftPoint

Coordinate (in output device coordinate system) of top left corner of the part of the raster that is to be rendered.

Definition at line 45 of file qgsrasterviewport.h.

◆ mTransformContext

QgsCoordinateTransformContext QgsRasterViewPort::mTransformContext

Coordinate transform context.

Definition at line 73 of file qgsrasterviewport.h.

◆ mWidth

int QgsRasterViewPort::mWidth

Width, number of columns to be rendered.

Definition at line 53 of file qgsrasterviewport.h.


The documentation for this struct was generated from the following file: