| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
Contains utility functions for working with raster layers. More...
#include <qgsrasterlayerutils.h>
Static Public Member Functions | |
| static int | renderedBandForElevationAndTemporalRange (QgsRasterLayer *layer, const QgsDateTimeRange &temporalRange, const QgsDoubleRange &elevationRange, bool &matched) | 
| Given a raster layer, returns the band which should be used for rendering the layer for a specified temporal and elevation range, respecting any elevation and temporal settings which affect the rendered band.   | |
Contains utility functions for working with raster layers.
Definition at line 34 of file qgsrasterlayerutils.h.
      
  | 
  static | 
Given a raster layer, returns the band which should be used for rendering the layer for a specified temporal and elevation range, respecting any elevation and temporal settings which affect the rendered band.
| layer | Target raster layer | 
| temporalRange | temporal range for rendering | 
| elevationRange | elevation range for rendering | 
| matched | will be set to true if a band matching the temporal and elevation range was found | 
Definition at line 25 of file qgsrasterlayerutils.cpp.