| 
    QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
    
   | 
 
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::VirtualRasterInputLayers > | rInputLayers | 
| int | width | 
Struct that stores the information about the parameters that should be given to the QgsVirtualRasterProvider through the QgsRasterDataProvider::DecodedUriParameters.
Definition at line 564 of file qgsrasterdataprovider.h.
| QgsCoordinateReferenceSystem QgsRasterDataProvider::VirtualRasterParameters::crs | 
Definition at line 566 of file qgsrasterdataprovider.h.
| QgsRectangle QgsRasterDataProvider::VirtualRasterParameters::extent | 
Definition at line 567 of file qgsrasterdataprovider.h.
| QString QgsRasterDataProvider::VirtualRasterParameters::formula | 
Definition at line 570 of file qgsrasterdataprovider.h.
| int QgsRasterDataProvider::VirtualRasterParameters::height | 
Definition at line 569 of file qgsrasterdataprovider.h.
| QList<QgsRasterDataProvider::VirtualRasterInputLayers> QgsRasterDataProvider::VirtualRasterParameters::rInputLayers | 
Definition at line 571 of file qgsrasterdataprovider.h.
| int QgsRasterDataProvider::VirtualRasterParameters::width | 
Definition at line 568 of file qgsrasterdataprovider.h.