QGIS API Documentation  2.8.2-Wien
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Slots | Signals | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
QgsRasterLayer Class Reference

This class provides qgis with the ability to render raster datasets onto the mapcanvas. More...

#include <qgsrasterlayer.h>

Inheritance diagram for QgsRasterLayer:
Inheritance graph
[legend]

Public Types

enum  ColorShadingAlgorithm {
  UndefinedShader, PseudoColorShader, FreakOutShader, ColorRampShader,
  UserDefinedShader
}
 This enumerator describes the types of shading that can be used. More...
enum  LayerType { GrayOrUndefined, Palette, Multiband, ColorLayer }
 This enumerator describes the type of raster layer. More...
- Public Types inherited from QgsMapLayer
enum  LayerType { VectorLayer, RasterLayer, PluginLayer }
 Layers enum defining the types of layers that can be added to a map. More...

Public Slots

void onProgress (int, double, QString)
 receive progress signal from provider
void showStatusMessage (const QString &theMessage)
Q_DECL_DEPRECATED void updateProgress (int, int)
- Public Slots inherited from QgsMapLayer
Q_DECL_DEPRECATED void clearCacheImage ()
 Clear cached image.
virtual void invalidTransformInput ()
 Event handler for when a coordinate transform fails due to bad vertex error.
void setMaximumScale (const float theMaxScale)
 Sets the maximum scale denominator at which the layer will be visible.
void setMinimumScale (const float theMinScale)
 Sets the minimum scale denominator at which the layer will be visible.
void setScaleBasedVisibility (const bool enabled)
 Sets whether scale based visibility is enabled for the layer.
Q_DECL_DEPRECATED void toggleScaleBasedVisibility (bool theVisibilityFlag)
 Accessor for the scale based visilibility flag.
void triggerRepaint ()
 Will advice the map canvas (and any other interested party) that this layer requires to be repainted.

Signals

void dataChanged ()
 This is emitted whenever data or metadata (e.g.
void progressUpdate (int theValue)
 Signal for notifying listeners of long running processes.
- Signals inherited from QgsMapLayer
void blendModeChanged (const QPainter::CompositionMode &blendMode)
 Signal emitted when the blend mode is changed, through QgsMapLayer::setBlendMode()
void dataChanged ()
 data of layer changed
void drawingProgress (int theProgress, int theTotalSteps)
void layerCrsChanged ()
 Emit a signal that layer's CRS has been reset.
void layerNameChanged ()
 Emit a signal that the layer name has been changed.
void legendChanged ()
 Signal emitted when legend of the layer has changed.
void recalculateExtents ()
 This is used to send a request that any mapcanvas using this layer update its extents.
void rendererChanged ()
 Signal emitted when renderer is changed.
void repaintRequested ()
 By emitting this signal the layer tells that either appearance or content have been changed and any view showing the rendered layer should refresh itself.
void screenUpdateRequested ()
void statusChanged (QString theStatus)
 Emit a signal with status (e.g.

Public Member Functions

 QgsRasterLayer ()
 Constructor.
 QgsRasterLayer (const QString &path, const QString &baseName=QString::null, bool loadDefaultStyleFlag=true)
 This is the constructor for the RasterLayer class.
 QgsRasterLayer (const QString &uri, const QString &baseName, const QString &providerKey, bool loadDefaultStyleFlag=true)
 [ data provider interface ] Constructor in provider mode
 ~QgsRasterLayer ()
 The destructor.
int bandCount () const
 Get the number of bands in this layer.
const QString bandName (int theBandNoInt)
 Get the name of a band given its number.
QgsBrightnessContrastFilterbrightnessFilter () const
virtual QgsMapLayerRenderercreateMapRenderer (QgsRenderContext &rendererContext) override
 Return new instance of QgsMapLayerRenderer that will be used for rendering of given context.
QgsRasterDataProviderdataProvider ()
 Returns the data provider.
const QgsRasterDataProviderdataProvider () const
 Returns the data provider in a const-correct manner.
bool draw (QgsRenderContext &rendererContext) override
 This is called when the view on the raster layer needs to be redrawn.
void draw (QPainter *theQPainter, QgsRasterViewPort *myRasterViewPort, const QgsMapToPixel *theQgsMapToPixel=0)
 This is an overloaded version of the draw() function that is called by both draw() and thumbnailAsPixmap.
int height () const
 Accessor that returns the height of the (unclipped) raster.
QgsHueSaturationFilterhueSaturationFilter () const
QgsLegendColorList legendSymbologyItems () const
 Returns a list with classification items (Text and color)
QString metadata () override
 Obtain GDAL Metadata for this layer.
QPixmap paletteAsPixmap (int theBandNumber=1)
 Get an 100x100 pixmap of the color palette.
QgsRasterPipepipe ()
 Get raster pipe.
QImage previewAsImage (QSize size, QColor bgColor=Qt::white, QImage::Format format=QImage::Format_ARGB32_Premultiplied)
 Draws a preview of the rasterlayer into a QImage.
Q_DECL_DEPRECATED QPixmap previewAsPixmap (QSize size, QColor bgColor=Qt::white)
 Draws a preview of the rasterlayer into a pixmap.
QString providerType () const
 [ data provider interface ] Which provider is being used for this Raster Layer?
LayerType rasterType ()
 Accessor for raster layer type (which is a read only property)
double rasterUnitsPerPixelX ()
 Returns the number of raster units per each raster pixel.
double rasterUnitsPerPixelY ()
virtual void reload () override
 Synchronises with changes in the datasource.
QgsRasterRendererrenderer () const
QgsRasterResampleFilterresampleFilter () const
 Set raster resample filter.
void setContrastEnhancement (QgsContrastEnhancement::ContrastEnhancementAlgorithm theAlgorithm, QgsRaster::ContrastEnhancementLimits theLimits=QgsRaster::ContrastEnhancementMinMax, QgsRectangle theExtent=QgsRectangle(), int theSampleSize=SAMPLE_SIZE, bool theGenerateLookupTableFlag=true)
 Set contrast enhancement algorithm.
void setDataProvider (const QString &provider)
 [ data provider interface ] Set the data provider
void setDefaultContrastEnhancement ()
 Set default contrast enhancement.
void setDrawingStyle (const QString &theDrawingStyleQString)
 Overloaded version of the above function for convenience when restoring from xml.
virtual void setLayerOrder (const QStringList &layers) override
 Reorders the previously selected sublayers of this layer from bottom to top.
void setRenderer (QgsRasterRenderer *theRenderer)
 Set raster renderer.
virtual void setSubLayerVisibility (QString name, bool vis) override
 Set the visibility of the given sublayer name.
void showProgress (int theValue)
 [ data provider interface ] A wrapper function to emit a progress update signal
virtual QStringList subLayers () const override
 Returns the sublayers of this layer - Useful for providers that manage their own layers, such as WMS.
virtual QDateTime timestamp () const override
 Time stamp of data source in the moment when data/metadata were loaded by provider.
int width () const
 Accessor that returns the width of the (unclipped) raster.
- Public Member Functions inherited from QgsMapLayer
 QgsMapLayer (QgsMapLayer::LayerType type=VectorLayer, QString lyrname=QString::null, QString source=QString::null)
 Constructor.
virtual ~QgsMapLayer ()
 Destructor.
const QString & abstract () const
const QString & attribution () const
const QString & attributionUrl () const
QPainter::CompositionMode blendMode () const
 Read blend mode for layer.
Q_DECL_DEPRECATED QImage * cacheImage ()
const
QgsCoordinateReferenceSystem
crs () const
 Returns layer's spatial reference system.
QVariant customProperty (const QString &value, const QVariant &defaultValue=QVariant()) const
 Read a custom property from layer.
const QString & dataUrl () const
const QString & dataUrlFormat () const
virtual void drawLabels (QgsRenderContext &rendererContext)
 Draw labels.
virtual QgsError error () const
 Get current status error.
virtual void exportNamedStyle (QDomDocument &doc, QString &errorMsg)
 Export the properties of this layer as named style in a QDomDocument.
virtual void exportSldStyle (QDomDocument &doc, QString &errorMsg)
 Export the properties of this layer as SLD style in a QDomDocument.
virtual QgsRectangle extent ()
 Return the extent of the layer.
bool hasScaleBasedVisibility () const
 Returns whether scale based visibility is enabled for the layer.
QString id () const
 Get this layer's unique ID, this ID is used to access this layer from map layer registry.
virtual bool importNamedStyle (QDomDocument &doc, QString &errorMsg)
 Import the properties of this layer from a QDomDocument.
virtual bool isEditable () const
 True if the layer can be edited.
bool isValid ()
const QString & keywordList () const
virtual Q_DECL_DEPRECATED QString lastError ()
virtual Q_DECL_DEPRECATED QString lastErrorTitle ()
QgsMapLayerLegendlegend () const
 Can be null.
const QString & legendUrl () const
const QString & legendUrlFormat () const
virtual QString loadDefaultStyle (bool &theResultFlag)
 Retrieve the default style for this layer if one exists (either as a .qml file on disk or as a record in the users style table in their personal qgis.db)
virtual QString loadNamedStyle (const QString &theURI, bool &theResultFlag)
 Retrieve a named style for this layer if one exists (either as a .qml file on disk or as a record in the users style table in their personal qgis.db)
virtual bool loadNamedStyleFromDb (const QString &db, const QString &theURI, QString &qml)
virtual QString loadSldStyle (const QString &theURI, bool &theResultFlag)
float maximumScale () const
 Returns the maximum scale denominator at which the layer is visible.
const QString & metadataUrl () const
const QString & metadataUrlFormat () const
const QString & metadataUrlType () const
float minimumScale () const
 Returns the minimum scale denominator at which the layer is visible.
const QString & name () const
 Get the display name of the layer.
virtual Q_DECL_DEPRECATED void onCacheImageDelete ()
const QString & originalName () const
 Get the original name of the layer.
QString publicSource () const
bool readLayerXML (const QDomElement &layerElement)
 sets state from Dom document
virtual bool readSld (const QDomNode &node, QString &errorMessage)
void removeCustomProperty (const QString &key)
 Remove a custom property from layer.
virtual QString saveDefaultStyle (bool &theResultFlag)
 Save the properties of this layer as the default style (either as a .qml file on disk or as a record in the users style table in their personal qgis.db)
virtual QString saveNamedStyle (const QString &theURI, bool &theResultFlag)
 Save the properties of this layer as a named style (either as a .qml file on disk or as a record in the users style table in their personal qgis.db)
virtual QString saveSldStyle (const QString &theURI, bool &theResultFlag)
void setAbstract (const QString &abstract)
void setAttribution (const QString &attrib)
void setAttributionUrl (const QString &attribUrl)
void setBlendMode (const QPainter::CompositionMode &blendMode)
 Write blend mode for layer.
Q_DECL_DEPRECATED void setCacheImage (QImage *)
void setCrs (const QgsCoordinateReferenceSystem &srs, bool emitSignal=true)
 Sets layer's spatial reference system.
void setCustomProperty (const QString &key, const QVariant &value)
 Set a custom property for layer.
void setDataUrl (const QString &dataUrl)
void setDataUrlFormat (const QString &dataUrlFormat)
void setKeywordList (const QString &keywords)
void setLayerName (const QString &name)
 Set the display name of the layer.
void setLegend (QgsMapLayerLegend *legend)
 Assign a legend controller to the map layer.
void setLegendUrl (const QString &legendUrl)
void setLegendUrlFormat (const QString &legendUrlFormat)
void setMetadataUrl (const QString &metaUrl)
void setMetadataUrlFormat (const QString &metaUrlFormat)
void setMetadataUrlType (const QString &metaUrlType)
void setTitle (const QString &title)
const QString & source () const
 Returns the source for the layer.
QgsMapLayerStyleManagerstyleManager () const
 Get access to the layer's style manager.
virtual QString styleURI ()
 Retrieve the style URI for this layer (either as a .qml file on disk or as a record in the users style table in their personal qgis.db)
const QString & title () const
QgsMapLayer::LayerType type () const
 Get the type of the layer.
QUndoStack * undoStack ()
 Return pointer to layer's undo stack.
bool writeLayerXML (QDomElement &layerElement, QDomDocument &document, QString relativeBasePath=QString::null)
 stores state in Dom node

Static Public Member Functions

static bool isValidRasterFileName (const QString &theFileNameQString, QString &retError)
 This helper checks to see whether the file name appears to be a valid raster file name.
static bool isValidRasterFileName (const QString &theFileNameQString)
static QDateTime lastModified (const QString &name)
 Return time stamp for given file name.
- Static Public Member Functions inherited from QgsMapLayer
static QDomDocument asLayerDefinition (QList< QgsMapLayer * > layers, QString relativeBasePath=QString::null)
 Returns the given layer as a layer definition document Layer definitions store the data source as well as styling and custom properties.
static QString capitaliseLayerName (const QString &name)
 A convenience function to (un)capitalise the layer name.
static QList< QgsMapLayer * > fromLayerDefinition (QDomDocument &document)
 Creates a new layer from a layer defininition document.
static QList< QgsMapLayer * > fromLayerDefinitionFile (const QString &qlrfile)

Static Public Attributes

static const double CUMULATIVE_CUT_LOWER = 0.02
 Default cumulative cut lower limit.
static const double CUMULATIVE_CUT_UPPER = 0.98
 Default cumulative cut upper limit.
static const double SAMPLE_SIZE = 250000
 Default sample size (number of pixels) for estimated statistics/histogram calculation.

Protected Member Functions

bool readSymbology (const QDomNode &node, QString &errorMessage) override
 Read the symbology for the current layer from the Dom node supplied.
bool readXml (const QDomNode &layer_node) override
 Reads layer specific state from project file Dom node.
bool writeSymbology (QDomNode &, QDomDocument &doc, QString &errorMessage) const override
 Write the symbology for the layer into the docment provided.
bool writeXml (QDomNode &layer_node, QDomDocument &doc) override
 Write layer specific state to project file Dom node.
- Protected Member Functions inherited from QgsMapLayer
void appendError (const QgsErrorMessage &theMessage)
 Add error message.
void readCustomProperties (const QDomNode &layerNode, const QString &keyStartsWith="")
 Read custom properties from project file.
void readStyleManager (const QDomNode &layerNode)
 Read style manager's configuration (if any).
void setError (const QgsError &theError)
 Set error message.
virtual void setExtent (const QgsRectangle &rect)
 Set the extent.
void setValid (bool valid)
 set whether layer is valid or not - should be used in constructor.
void writeCustomProperties (QDomNode &layerNode, QDomDocument &doc) const
 Write custom properties to project file.
void writeStyleManager (QDomNode &layerNode, QDomDocument &doc) const
 Write style manager's configuration (if exists).

Additional Inherited Members

- Protected Attributes inherited from QgsMapLayer
QString mAbstract
 Description of the layer.
QString mAttribution
 Attribution of the layer.
QString mAttributionUrl
QString mDataSource
 data source description string, varies by layer type
QString mDataUrl
 DataUrl of the layer.
QString mDataUrlFormat
QgsError mError
 Error.
QgsRectangle mExtent
 Extent of the layer.
QString mKeywordList
QString mLayerName
 Name of the layer - used for display.
QString mLayerOrigName
 Original name of the layer.
QString mLegendUrl
 WMS legend.
QString mLegendUrlFormat
QString mMetadataUrl
 MetadataUrl of the layer.
QString mMetadataUrlFormat
QString mMetadataUrlType
QString mTitle
bool mValid
 Indicates if the layer is valid and can be drawn.

Detailed Description

This class provides qgis with the ability to render raster datasets onto the mapcanvas.

The qgsrasterlayer class makes use of gdal for data io, and thus supports any gdal supported format. The constructor attempts to infer what type of file (LayerType) is being opened - not in terms of the file format (tif, ascii grid etc.) but rather in terms of whether the image is a GRAYSCALE, PaletteD or Multiband,

Within the three allowable raster layer types, there are 8 permutations of how a layer can actually be rendered. These are defined in the DrawingStyle enum and consist of:

SingleBandGray -> a GRAYSCALE layer drawn as a range of gray colors (0-255) SingleBandPseudoColor -> a GRAYSCALE layer drawn using a pseudocolor algorithm PalettedSingleBandGray -> a PaletteD layer drawn in gray scale (using only one of the color components) PalettedSingleBandPseudoColor -> a PaletteD layer having only one of its color components rendered as psuedo color PalettedMultiBandColor -> a PaletteD image where the bands contains 24bit color info and 8 bits is pulled out per color MultiBandSingleBandGray -> a layer containing 2 or more bands, but using only one band to produce a grayscale image MultiBandSingleBandPseudoColor -> a layer containing 2 or more bands, but using only one band to produce a pseudocolor image MultiBandColor -> a layer containing 2 or more bands, mapped to the three RGBcolors. In the case of a multiband with only two bands, one band will have to be mapped to more than one color

Each of the above mentioned drawing styles is implemented in its own draw* function. Some of the drawing styles listed above require statistics about the layer such as the min / max / mean / stddev etc. statistics for a band can be gathered using the bandStatistics function. Note that statistics gathering is a slow process and every effort should be made to call this function as few times as possible. For this reason, qgsraster has a vector class member to store stats for each band. The constructor initialises this vector on startup, but only populates the band name and number fields.

Note that where bands are of gdal 'undefined' type, their values may exceed the renderable range of 0-255. Because of this a linear scaling histogram enhanceContrast is applied to undefined layers to normalise the data into the 0-255 range.

A qgsrasterlayer band can be referred to either by name or by number (base=1). It should be noted that band names as stored in datafiles may not be unique, and so the rasterlayer class appends the band number in brackets behind each band name.

Sample usage of the QgsRasterLayer class:

QString myFileNameQString = "/path/to/file";
QFileInfo myFileInfo(myFileNameQString);
QString myBaseNameQString = myFileInfo.baseName();
QgsRasterLayer *myRasterLayer = new QgsRasterLayer(myFileNameQString, myBaseNameQString);

In order to automate redrawing of a raster layer, you should like it to a map canvas like this :

QObject::connect( myRasterLayer, SIGNAL(repaintRequested()), mapCanvas, SLOT(refresh()) );

Once a layer has been created you can find out what type of layer it is (GrayOrUndefined, Palette or Multiband):

if (rasterLayer->rasterType()==QgsRasterLayer::Multiband)
{
//do something
}
else if (rasterLayer->rasterType()==QgsRasterLayer::Palette)
{
//do something
}
else // QgsRasterLayer::GrayOrUndefined
{
//do something.
}

You can combine layer type detection with the setDrawingStyle method to override the default drawing style assigned when a layer is loaded:

if (rasterLayer->rasterType()==QgsRasterLayer::Multiband)
{
myRasterLayer->setDrawingStyle(QgsRasterLayer::MultiBandSingleBandPseudoColor);
}
else if (rasterLayer->rasterType()==QgsRasterLayer::Palette)
{
myRasterLayer->setDrawingStyle(QgsRasterLayer::PalettedSingleBandPseudoColor);
}
else // QgsRasterLayer::GrayOrUndefined
{
myRasterLayer->setDrawingStyle(QgsRasterLayer::SingleBandPseudoColor);
}

Raster layers can also have an arbitrary level of transparency defined, and have their color palettes inverted using the setTransparency and setInvertHistogram methods.

Pseudocolor images can have their output adjusted to a given number of standard deviations using the setStandardDeviations method.

The final area of functionality you may be interested in is band mapping. Band mapping allows you to choose arbitrary band -> color mappings and is applicable only to Palette and Multiband rasters, There are four mappings that can be made: red, green, blue and gray. Mappings are non-exclusive. That is a given band can be assigned to no, some or all color mappings. The constructor sets sensible defaults for band mappings but these can be overridden at run time using the setRedBandName, setGreenBandName, setBlueBandName and setGrayBandName methods.

Definition at line 163 of file qgsrasterlayer.h.

Member Enumeration Documentation

This enumerator describes the types of shading that can be used.

Enumerator:
UndefinedShader 
PseudoColorShader 
FreakOutShader 
ColorRampShader 
UserDefinedShader 

Definition at line 214 of file qgsrasterlayer.h.

This enumerator describes the type of raster layer.

Enumerator:
GrayOrUndefined 
Palette 
Multiband 
ColorLayer 

Definition at line 224 of file qgsrasterlayer.h.

Constructor & Destructor Documentation

QgsRasterLayer::QgsRasterLayer ( )

Constructor.

Provider is not set.

Definition at line 81 of file qgsrasterlayer.cpp.

QgsRasterLayer::QgsRasterLayer ( const QString &  path,
const QString &  baseName = QString::null,
bool  loadDefaultStyleFlag = true 
)

This is the constructor for the RasterLayer class.

The main tasks carried out by the constructor are:

-Load the rasters default style (.qml) file if it exists

-Populate the RasterStatsVector with initial values for each band.

-Calculate the layer extents

-Determine whether the layer is gray, paletted or multiband.

-Assign sensible defaults for the red, green, blue and gray bands.

Definition at line 91 of file qgsrasterlayer.cpp.

QgsRasterLayer::QgsRasterLayer ( const QString &  uri,
const QString &  baseName,
const QString &  providerKey,
bool  loadDefaultStyleFlag = true 
)

[ data provider interface ] Constructor in provider mode

Todo:
Rename into a general constructor when the old raster interface is retired parameter dummy is just there to distinguish this function signature from the old non-provider one.

Definition at line 123 of file qgsrasterlayer.cpp.

QgsRasterLayer::~QgsRasterLayer ( )

The destructor.

Definition at line 155 of file qgsrasterlayer.cpp.

Member Function Documentation

int QgsRasterLayer::bandCount ( ) const

Get the number of bands in this layer.

Definition at line 216 of file qgsrasterlayer.cpp.

const QString QgsRasterLayer::bandName ( int  theBandNoInt)

Get the name of a band given its number.

Definition at line 222 of file qgsrasterlayer.cpp.

QgsBrightnessContrastFilter* QgsRasterLayer::brightnessFilter ( ) const
inline

Definition at line 256 of file qgsrasterlayer.h.

QgsMapLayerRenderer * QgsRasterLayer::createMapRenderer ( QgsRenderContext rendererContext)
overridevirtual

Return new instance of QgsMapLayerRenderer that will be used for rendering of given context.

Note
added in 2.4

Reimplemented from QgsMapLayer.

Definition at line 256 of file qgsrasterlayer.cpp.

void QgsRasterLayer::dataChanged ( )
signal

This is emitted whenever data or metadata (e.g.

color table, extent) has changed

QgsRasterDataProvider * QgsRasterLayer::dataProvider ( )

Returns the data provider.

Returns
0 if not using the data provider model (i.e. directly using GDAL)

Definition at line 235 of file qgsrasterlayer.cpp.

const QgsRasterDataProvider * QgsRasterLayer::dataProvider ( ) const

Returns the data provider in a const-correct manner.

Note
available in python bindings as constDataProvider()
Returns
0 if not using the data provider model (i.e. directly using GDAL)

Definition at line 243 of file qgsrasterlayer.cpp.

bool QgsRasterLayer::draw ( QgsRenderContext rendererContext)
overridevirtual

This is called when the view on the raster layer needs to be redrawn.

Reimplemented from QgsMapLayer.

Definition at line 261 of file qgsrasterlayer.cpp.

void QgsRasterLayer::draw ( QPainter *  theQPainter,
QgsRasterViewPort myRasterViewPort,
const QgsMapToPixel theQgsMapToPixel = 0 
)

This is an overloaded version of the draw() function that is called by both draw() and thumbnailAsPixmap.

Definition at line 277 of file qgsrasterlayer.cpp.

int QgsRasterLayer::height ( ) const

Accessor that returns the height of the (unclipped) raster.

Definition at line 1541 of file qgsrasterlayer.cpp.

QgsHueSaturationFilter* QgsRasterLayer::hueSaturationFilter ( ) const
inline

Definition at line 257 of file qgsrasterlayer.h.

bool QgsRasterLayer::isValidRasterFileName ( const QString &  theFileNameQString,
QString &  retError 
)
static

This helper checks to see whether the file name appears to be a valid raster file name.

If the file name looks like it could be valid, but some sort of error occurs in processing the file, the error is returned in retError.

Definition at line 170 of file qgsrasterlayer.cpp.

bool QgsRasterLayer::isValidRasterFileName ( const QString &  theFileNameQString)
static

Definition at line 183 of file qgsrasterlayer.cpp.

QDateTime QgsRasterLayer::lastModified ( const QString &  name)
static

Return time stamp for given file name.

Definition at line 189 of file qgsrasterlayer.cpp.

QgsLegendColorList QgsRasterLayer::legendSymbologyItems ( ) const

Returns a list with classification items (Text and color)

Definition at line 308 of file qgsrasterlayer.cpp.

QString QgsRasterLayer::metadata ( )
overridevirtual

Obtain GDAL Metadata for this layer.

Reimplemented from QgsMapLayer.

Definition at line 319 of file qgsrasterlayer.cpp.

void QgsRasterLayer::onProgress ( int  theType,
double  theProgress,
QString  theMessage 
)
slot

receive progress signal from provider

Definition at line 1198 of file qgsrasterlayer.cpp.

QPixmap QgsRasterLayer::paletteAsPixmap ( int  theBandNumber = 1)

Get an 100x100 pixmap of the color palette.

If the layer has no palette a white pixmap will be returned

Parameters
theBandNumberthe number of the band to use for generating a pixmap of the associated palette
Returns
a 100x100 pixel QPixmap of the bands palette

Definition at line 535 of file qgsrasterlayer.cpp.

QgsRasterPipe* QgsRasterLayer::pipe ( )
inline

Get raster pipe.

Definition at line 260 of file qgsrasterlayer.h.

QImage QgsRasterLayer::previewAsImage ( QSize  size,
QColor  bgColor = Qt::white,
QImage::Format  format = QImage::Format_ARGB32_Premultiplied 
)

Draws a preview of the rasterlayer into a QImage.

Note
added in 2.4

Definition at line 1142 of file qgsrasterlayer.cpp.

QPixmap QgsRasterLayer::previewAsPixmap ( QSize  size,
QColor  bgColor = Qt::white 
)

Draws a preview of the rasterlayer into a pixmap.

Note
- use previewAsImage() for rendering with QGIS>=2.4

Definition at line 1091 of file qgsrasterlayer.cpp.

void QgsRasterLayer::progressUpdate ( int  theValue)
signal

Signal for notifying listeners of long running processes.

QString QgsRasterLayer::providerType ( ) const

[ data provider interface ] Which provider is being used for this Raster Layer?

Definition at line 589 of file qgsrasterlayer.cpp.

LayerType QgsRasterLayer::rasterType ( )
inline

Accessor for raster layer type (which is a read only property)

Definition at line 247 of file qgsrasterlayer.h.

double QgsRasterLayer::rasterUnitsPerPixelX ( )

Returns the number of raster units per each raster pixel.

In a world file, this is normally the first row (without the sign)

Returns
the horizontal units per pixel as reported in the GDAL geotramsform[1]

Definition at line 597 of file qgsrasterlayer.cpp.

double QgsRasterLayer::rasterUnitsPerPixelY ( )

Definition at line 612 of file qgsrasterlayer.cpp.

bool QgsRasterLayer::readSymbology ( const QDomNode &  node,
QString &  errorMessage 
)
overrideprotectedvirtual

Read the symbology for the current layer from the Dom node supplied.

Implements QgsMapLayer.

Definition at line 1216 of file qgsrasterlayer.cpp.

bool QgsRasterLayer::readXml ( const QDomNode &  layer_node)
overrideprotectedvirtual

Reads layer specific state from project file Dom node.

Raster layer project file XML of form:

Note
Called by QgsMapLayer::readXML().
Note
Make sure to read the file first so stats etc are initialised properly!

Reimplemented from QgsMapLayer.

Definition at line 1309 of file qgsrasterlayer.cpp.

void QgsRasterLayer::reload ( )
overridevirtual

Synchronises with changes in the datasource.

Reimplemented from QgsMapLayer.

Definition at line 248 of file qgsrasterlayer.cpp.

QgsRasterRenderer* QgsRasterLayer::renderer ( ) const
inline

Definition at line 251 of file qgsrasterlayer.h.

QgsRasterResampleFilter* QgsRasterLayer::resampleFilter ( ) const
inline

Set raster resample filter.

Takes ownership of the resample filter object

Definition at line 254 of file qgsrasterlayer.h.

void QgsRasterLayer::setContrastEnhancement ( QgsContrastEnhancement::ContrastEnhancementAlgorithm  theAlgorithm,
QgsRaster::ContrastEnhancementLimits  theLimits = QgsRaster::ContrastEnhancementMinMax,
QgsRectangle  theExtent = QgsRectangle(),
int  theSampleSize = SAMPLE_SIZE,
bool  theGenerateLookupTableFlag = true 
)

Set contrast enhancement algorithm.

Parameters
theAlgorithmContrast enhancement algorithm
theLimitsLimits
theExtentExtent used to calculate limits, if empty, use full layer extent
theSampleSizeSize of data sample to calculate limits, if 0, use full resolution
theGenerateLookupTableFlagGenerate lookup table.

Definition at line 847 of file qgsrasterlayer.cpp.

void QgsRasterLayer::setDataProvider ( const QString &  provider)

[ data provider interface ] Set the data provider

Definition at line 634 of file qgsrasterlayer.cpp.

void QgsRasterLayer::setDefaultContrastEnhancement ( )

Set default contrast enhancement.

Definition at line 931 of file qgsrasterlayer.cpp.

void QgsRasterLayer::setDrawingStyle ( const QString &  theDrawingStyleQString)

Overloaded version of the above function for convenience when restoring from xml.

Implemented mainly for serialisation / deserialisation of settings to xml.

Note
May be deprecated in the future! Use setDrawingStyle( DrawingStyle ) instead.

Definition at line 987 of file qgsrasterlayer.cpp.

void QgsRasterLayer::setLayerOrder ( const QStringList &  layers)
overridevirtual

Reorders the previously selected sublayers of this layer from bottom to top.

(Useful for providers that manage their own layers, such as WMS)

Reimplemented from QgsMapLayer.

Definition at line 1040 of file qgsrasterlayer.cpp.

void QgsRasterLayer::setRenderer ( QgsRasterRenderer theRenderer)

Set raster renderer.

Takes ownership of the renderer object

Definition at line 1063 of file qgsrasterlayer.cpp.

void QgsRasterLayer::setSubLayerVisibility ( QString  name,
bool  vis 
)
overridevirtual

Set the visibility of the given sublayer name.

Reimplemented from QgsMapLayer.

Definition at line 1052 of file qgsrasterlayer.cpp.

void QgsRasterLayer::showProgress ( int  theValue)

[ data provider interface ] A wrapper function to emit a progress update signal

Definition at line 1071 of file qgsrasterlayer.cpp.

void QgsRasterLayer::showStatusMessage ( const QString &  theMessage)
slot

Definition at line 1077 of file qgsrasterlayer.cpp.

QStringList QgsRasterLayer::subLayers ( ) const
overridevirtual

Returns the sublayers of this layer - Useful for providers that manage their own layers, such as WMS.

Reimplemented from QgsMapLayer.

Definition at line 1086 of file qgsrasterlayer.cpp.

virtual QDateTime QgsRasterLayer::timestamp ( ) const
inlineoverridevirtual

Time stamp of data source in the moment when data/metadata were loaded by provider.

Reimplemented from QgsMapLayer.

Definition at line 363 of file qgsrasterlayer.h.

void QgsRasterLayer::updateProgress ( int  theProgress,
int  theMax 
)
slot
Deprecated:
in 2.4 - does nothing

Definition at line 1192 of file qgsrasterlayer.cpp.

int QgsRasterLayer::width ( ) const

Accessor that returns the width of the (unclipped) raster.

Definition at line 1535 of file qgsrasterlayer.cpp.

bool QgsRasterLayer::writeSymbology ( QDomNode &  layer_node,
QDomDocument &  doc,
QString &  errorMessage 
) const
overrideprotectedvirtual

Write the symbology for the layer into the docment provided.

Implements QgsMapLayer.

Definition at line 1449 of file qgsrasterlayer.cpp.

bool QgsRasterLayer::writeXml ( QDomNode &  layer_node,
QDomDocument &  doc 
)
overrideprotectedvirtual

Write layer specific state to project file Dom node.

Reimplemented from QgsMapLayer.

Definition at line 1480 of file qgsrasterlayer.cpp.

Member Data Documentation

const double QgsRasterLayer::CUMULATIVE_CUT_LOWER = 0.02
static

Default cumulative cut lower limit.

Definition at line 168 of file qgsrasterlayer.h.

const double QgsRasterLayer::CUMULATIVE_CUT_UPPER = 0.98
static

Default cumulative cut upper limit.

Definition at line 171 of file qgsrasterlayer.h.

const double QgsRasterLayer::SAMPLE_SIZE = 250000
static

Default sample size (number of pixels) for estimated statistics/histogram calculation.

Definition at line 174 of file qgsrasterlayer.h.


The documentation for this class was generated from the following files: