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

Struct that stores information of the raster used in QgsVirtualRasterProvider for the calculations, this struct is stored in the DecodedUriParameters. More...

#include <qgsrasterdataprovider.h>

Public Attributes

QString name
 
QString provider
 
QString uri
 

Detailed Description

Struct that stores information of the raster used in QgsVirtualRasterProvider for the calculations, this struct is stored in the DecodedUriParameters.

Note
used by QgsVirtualRasterProvider only

Definition at line 537 of file qgsrasterdataprovider.h.

Member Data Documentation

◆ name

QString QgsRasterDataProvider::VirtualRasterInputLayers::name

Definition at line 539 of file qgsrasterdataprovider.h.

◆ provider

QString QgsRasterDataProvider::VirtualRasterInputLayers::provider

Definition at line 541 of file qgsrasterdataprovider.h.

◆ uri

QString QgsRasterDataProvider::VirtualRasterInputLayers::uri

Definition at line 540 of file qgsrasterdataprovider.h.


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