QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Attributes | List of all members
QgsRasterDataProvider::VirtualRasterParameters Struct Reference

Struct that stores the information about the parameters that should be given to the QgsVirtualRasterProvider through the QgsRasterDataProvider::DecodedUriParameters. More...

#include <qgsrasterdataprovider.h>

Public Attributes

QgsCoordinateReferenceSystem crs
 
QgsRectangle extent
 
QString formula
 
int height
 
QList< QgsRasterDataProvider::VirtualRasterInputLayersrInputLayers
 
int width
 

Detailed Description

Struct that stores the information about the parameters that should be given to the QgsVirtualRasterProvider through the QgsRasterDataProvider::DecodedUriParameters.

Note
used by QgsVirtualRasterProvider only

Definition at line 549 of file qgsrasterdataprovider.h.

Member Data Documentation

◆ crs

QgsCoordinateReferenceSystem QgsRasterDataProvider::VirtualRasterParameters::crs

Definition at line 551 of file qgsrasterdataprovider.h.

◆ extent

QgsRectangle QgsRasterDataProvider::VirtualRasterParameters::extent

Definition at line 552 of file qgsrasterdataprovider.h.

◆ formula

QString QgsRasterDataProvider::VirtualRasterParameters::formula

Definition at line 555 of file qgsrasterdataprovider.h.

◆ height

int QgsRasterDataProvider::VirtualRasterParameters::height

Definition at line 554 of file qgsrasterdataprovider.h.

◆ rInputLayers

QList<QgsRasterDataProvider::VirtualRasterInputLayers> QgsRasterDataProvider::VirtualRasterParameters::rInputLayers

Definition at line 556 of file qgsrasterdataprovider.h.

◆ width

int QgsRasterDataProvider::VirtualRasterParameters::width

Definition at line 553 of file qgsrasterdataprovider.h.


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