QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
Setting options for loading raster layers. More...
#include <qgsrasterlayer.h>
Public Member Functions | |
LayerOptions (bool loadDefaultStyle=true, const QgsCoordinateTransformContext &transformContext=QgsCoordinateTransformContext()) | |
Constructor for LayerOptions. More... | |
Public Attributes | |
bool | loadDefaultStyle = true |
Sets to true if the default layer style should be loaded. More... | |
QgsCoordinateTransformContext | transformContext = QgsCoordinateTransformContext() |
Coordinate transform context. More... | |
Setting options for loading raster layers.
Definition at line 171 of file qgsrasterlayer.h.
|
inlineexplicit |
Constructor for LayerOptions.
Definition at line 177 of file qgsrasterlayer.h.
bool QgsRasterLayer::LayerOptions::loadDefaultStyle = true |
Sets to true
if the default layer style should be loaded.
Definition at line 184 of file qgsrasterlayer.h.
QgsCoordinateTransformContext QgsRasterLayer::LayerOptions::transformContext = QgsCoordinateTransformContext() |