23#ifndef QGSRASTERDATAPROVIDER_H
24#define QGSRASTERDATAPROVIDER_H
79 void progress( qint64 received, qint64 total );
81 void error(
const QString &msg );
101 NoProviderCapabilities = 0,
102 ReadLayerMetadata = 1 << 1,
103 WriteLayerMetadata = 1 << 2,
104 ProviderHintBenefitsFromResampling = 1 << 3,
105 ProviderHintCanPerformProviderResampling = 1 << 4,
107 DpiDependentData = 1 << 6,
108 NativeRasterAttributeTable = 1 << 7,
112 Q_DECLARE_FLAGS( ProviderCapabilities, ProviderCapability )
126 QgsDataProvider::ReadFlags flags = QgsDataProvider::ReadFlags() );
134 virtual QgsRasterDataProvider::ProviderCapabilities providerCapabilities()
const;
166 switch ( colorInterpretation )
168 case Qgis::RasterColorInterpretation::Undefined:
169 return QStringLiteral(
"Undefined" );
172 return QStringLiteral(
"Gray" );
175 return QStringLiteral(
"Palette" );
178 return QStringLiteral(
"Red" );
181 return QStringLiteral(
"Green" );
184 return QStringLiteral(
"Blue" );
187 return QStringLiteral(
"Alpha" );
190 return QStringLiteral(
"Hue" );
193 return QStringLiteral(
"Saturation" );
196 return QStringLiteral(
"Lightness" );
199 return QStringLiteral(
"Cyan" );
202 return QStringLiteral(
"Magenta" );
205 return QStringLiteral(
"Yellow" );
208 return QStringLiteral(
"Black" );
211 return QStringLiteral(
"YCbCr_Y" );
214 return QStringLiteral(
"YCbCr_Cb" );
217 return QStringLiteral(
"YCbCr_Cr" );
220 return QStringLiteral(
"Continuous Palette" );
228 QString colorInterpretationName(
int bandNo )
const override;
234 virtual double bandScale(
int bandNo )
const { Q_UNUSED( bandNo )
return 1.0; }
240 virtual double bandOffset(
int bandNo )
const { Q_UNUSED( bandNo )
return 0.0; }
248 virtual
bool sourceHasNoDataValue(
int bandNo )
const {
return mSrcHasNoDataValue.value( bandNo - 1 ); }
254 virtual void setUseSourceNoDataValue(
int bandNo,
bool use );
257 virtual double sourceNoDataValue(
int bandNo )
const {
return mSrcNoDataValue.value( bandNo - 1 ); }
264 virtual QList<QgsColorRampShader::ColorRampItem>
colorTable(
int bandNo )
const
265 { Q_UNUSED( bandNo )
return QList<QgsColorRampShader::ColorRampItem>(); }
273 return QStringList();
282 virtual
bool supportsLegendGraphic()
const {
return false; }
298 Q_UNUSED( forceRefresh )
299 Q_UNUSED( visibleExtent )
318 Q_UNUSED( mapSettings )
339 const QString &resamplingMethod =
"NEAREST",
341 const QStringList &configOptions = QStringList(),
344 Q_UNUSED( pyramidList )
345 Q_UNUSED( resamplingMethod )
347 Q_UNUSED( configOptions )
349 return QStringLiteral(
"FAILED_NOT_SUPPORTED" );
370 virtual QList<QgsRasterPyramid>
buildPyramidList(
const QList<int> &overviewList = QList<int>() )
371 { Q_UNUSED( overviewList )
return QList<QgsRasterPyramid>(); }
430 virtual double sample(
const QgsPointXY &point,
int band,
456 virtual QString lastErrorFormat();
459 int dpi()
const {
return mDpi; }
465 QDateTime
timestamp()
const override {
return mTimestamp; }
488 virtual bool setEditable(
bool enabled ) { Q_UNUSED( enabled )
return false; }
493 virtual bool write(
void *data,
int band,
int width,
int height,
int xOffset,
int yOffset )
520 bool writeBlock(
QgsRasterBlock *block,
int band,
int xOffset = 0,
int yOffset = 0 );
525 const QString &format,
int nBands,
527 int width,
int height,
double *geoTransform,
529 const QStringList &createOptions = QStringList() );
536 virtual bool setNoDataValue(
int bandNo,
double noDataValue ) { Q_UNUSED( bandNo ) Q_UNUSED( noDataValue );
return false; }
545 static QList<QPair<QString, QString> > pyramidResamplingMethods(
const QString &providerKey );
595 { Q_UNUSED( createOptions ) Q_UNUSED( format );
return QString(); }
602 const QStringList &configOptions,
const QString &fileFormat )
603 { Q_UNUSED( pyramidsFormat ) Q_UNUSED( configOptions ); Q_UNUSED( fileFormat );
return QString(); }
651 virtual QList< double > nativeResolutions()
const;
659 virtual bool ignoreExtents()
const;
683 virtual QgsPoint transformCoordinates(
const QgsPoint &point, TransformType type );
766 void readXml(
const QDomElement &filterElem )
override;
768 void writeXml( QDomDocument &doc, QDomElement &parentElem )
const override;
793 void removeAttributeTable(
int bandNumber );
802 bool writeFileBasedAttributeTable(
int bandNumber,
const QString &path, QString *errorMessage
SIP_OUT =
nullptr )
const;
810 bool readFileBasedAttributeTable(
int bandNumber,
const QString &path, QString *errorMessage
SIP_OUT =
nullptr );
822 virtual bool writeNativeAttributeTable( QString *errorMessage
SIP_OUT =
nullptr );
832 virtual bool readNativeAttributeTable( QString *errorMessage
SIP_OUT =
nullptr );
852 { Q_UNUSED( bandNo ) Q_UNUSED( xBlock ); Q_UNUSED( yBlock ); Q_UNUSED( data );
return false; }
860 { Q_UNUSED( bandNo ) Q_UNUSED( viewExtent ); Q_UNUSED( width ); Q_UNUSED( height ); Q_UNUSED( data ); Q_UNUSED( feedback );
return false; }
863 bool userNoDataValuesContains(
int bandNo,
double value )
const;
902 bool mProviderResamplingEnabled =
false;
911 double mMaxOversampling = 2.0;
918 std::unique_ptr< QgsRasterDataProviderTemporalCapabilities > mTemporalCapabilities;
920 std::unique_ptr< QgsRasterDataProviderElevationProperties > mElevationProperties;
922 std::map<int, std::unique_ptr<QgsRasterAttributeTable>> mAttributeTables;
RasterPyramidFormat
Raster pyramid formats.
DataType
Raster data types.
RasterColorInterpretation
Raster color interpretation.
@ GreenBand
Green band of RGBA image.
@ SaturationBand
Saturation band of HLS image.
@ MagentaBand
Magenta band of CMYK image.
@ BlackBand
Black band of CMLY image.
@ AlphaBand
Alpha (0=transparent, 255=opaque)
@ BlueBand
Blue band of RGBA image.
@ YellowBand
Yellow band of CMYK image.
@ CyanBand
Cyan band of CMYK image.
@ LightnessBand
Lightness band of HLS image.
@ YCbCr_YBand
Y Luminance.
@ HueBand
Hue band of HLS image.
@ PaletteIndex
Paletted (see associated color table)
@ RedBand
Red band of RGBA image.
@ ContinuousPalette
Continuous palette, QGIS addition, GRASS.
RasterIdentifyFormat
Raster identify formats.
This class represents a coordinate reference system (CRS).
Abstract base class for spatial data provider implementations.
Container of fields for a vector layer.
Handles asynchronous download of images.
QgsImageFetcher(QObject *parent=nullptr)
Constructor.
void progress(qint64 received, qint64 total)
Emitted to report progress.
void error(const QString &msg)
Emitted when an error occurs.
void finish(const QImage &legend)
Emitted when the download completes.
virtual void start()=0
Starts the image download.
The QgsMapSettings class contains configuration for rendering of the map.
A class to represent a 2D point.
Point geometry type, with support for z-dimension and m-values.
The QgsRasterAttributeTable class represents a Raster Attribute Table (RAT).
Feedback object tailored for raster block reading.
Handles elevation related properties for a raster data provider.
Implementation of data provider temporal properties for QgsRasterDataProviders.
Base class for raster data providers.
virtual QgsFields fields() const
Returns the fields of the raster layer for data providers that expose them, the default implementatio...
QList< bool > mUseSrcNoDataValue
Use source nodata value.
TransformType
Types of transformation in transformCoordinates() function.
@ TransformLayerToImage
Transforms layer (georeferenced) coordinates to image coordinates.
@ TransformImageToLayer
Transforms image coordinates to layer (georeferenced) coordinates.
QgsRasterDataProvider * clone() const override=0
Clone itself, create deep copy.
virtual bool setNoDataValue(int bandNo, double noDataValue)
Set no data value on created dataset.
virtual double bandOffset(int bandNo) const
Read band offset for raster value.
virtual QString buildPyramids(const QList< QgsRasterPyramid > &pyramidList, const QString &resamplingMethod="NEAREST", Qgis::RasterPyramidFormat format=Qgis::RasterPyramidFormat::GeoTiff, const QStringList &configOptions=QStringList(), QgsRasterBlockFeedback *feedback=nullptr)
Creates pyramid overviews.
virtual bool readBlock(int bandNo, QgsRectangle const &viewExtent, int width, int height, void *data, QgsRasterBlockFeedback *feedback=nullptr)
Reads a block of raster data into data, using the given extent and size.
virtual bool useSourceNoDataValue(int bandNo) const
Returns the source nodata value usage.
virtual QString validateCreationOptions(const QStringList &createOptions, const QString &format)
Validates creation options for a specific dataset and destination format.
virtual QString lastError()=0
Returns the verbose error text for the last error in this provider.
Qgis::DataType sourceDataType(int bandNo) const override=0
Returns source data type for the band specified by number, source data type may be shorter than dataT...
bool isProviderResamplingEnabled() const
Returns whether provider-level resampling is enabled.
virtual bool remove()
Remove dataset.
virtual double sourceNoDataValue(int bandNo) const
Value representing no data value.
virtual QImage getLegendGraphic(double scale=0, bool forceRefresh=false, const QgsRectangle *visibleExtent=nullptr)
Returns the legend rendered as pixmap.
virtual bool reload()
Reload data (data could change)
QList< QgsRasterRangeList > mUserNoDataValue
List of lists of user defined additional no data values for each band, indexed from 0.
ResamplingMethod zoomedOutResamplingMethod() const
Returns resampling method for zoomed-out operations.
virtual bool isEditable() const
Checks whether the provider is in editing mode, i.e.
QString colorName(Qgis::RasterColorInterpretation colorInterpretation) const
Returns a string color name representation of a color interpretation.
virtual bool enableProviderResampling(bool enable)
Enable or disable provider-level resampling.
void setDpi(int dpi)
Sets the output device resolution.
QDateTime timestamp() const override
Time stamp of data source in the moment when data/metadata were loaded by provider.
QgsRectangle extent() const override=0
Returns the extent of the layer.
virtual bool setMaxOversampling(double factor)
Sets maximum oversampling factor for zoomed-out operations.
Qgis::DataType dataType(int bandNo) const override=0
Returns data type for the band specified by number.
virtual QString validatePyramidsConfigOptions(Qgis::RasterPyramidFormat pyramidsFormat, const QStringList &configOptions, const QString &fileFormat)
Validates pyramid creation options for a specific dataset and destination format.
double maxOversampling() const
Returns maximum oversampling factor for zoomed-out operations.
QStringList subLayers() const override
Returns the sublayers of this layer - useful for providers that manage their own layers,...
virtual double bandScale(int bandNo) const
Read band scale for raster value.
ProviderCapability
Enumeration with capabilities that raster providers might implement.
int dpi() const
Returns the dpi of the output device.
QDateTime dataTimestamp() const override
Current time stamp of data source.
virtual QString htmlMetadata()=0
Returns metadata in a format suitable for feeding directly into a subset of the GUI raster properties...
virtual QList< QgsColorRampShader::ColorRampItem > colorTable(int bandNo) const
QList< double > mSrcNoDataValue
Source no data value is available and is set to be used or internal no data is available.
virtual QgsImageFetcher * getLegendGraphicFetcher(const QgsMapSettings *mapSettings)
Returns a new image downloader for the raster legend.
virtual bool readBlock(int bandNo, int xBlock, int yBlock, void *data)
Reads a block of raster data into data.
bool setInput(QgsRasterInterface *input) override
Set input.
QList< bool > mSrcHasNoDataValue
Source no data value exists.
void statusChanged(const QString &) const
Emit a message to be displayed on status bar, usually used by network providers (WMS,...
virtual QgsRasterRangeList userNoDataValues(int bandNo) const
Returns a list of user no data value ranges.
virtual bool setZoomedInResamplingMethod(ResamplingMethod method)
Set resampling method to apply for zoomed-in operations.
virtual int stepHeight() const
Step height for raster iterations.
virtual bool setEditable(bool enabled)
Turns on/off editing mode of the provider.
virtual int stepWidth() const
Step width for raster iterations.
ResamplingMethod zoomedInResamplingMethod() const
Returns resampling method for zoomed-in operations.
ResamplingMethod
Resampling method for provider-level resampling.
virtual QString lastErrorTitle()=0
Returns the caption error text for the last error in this provider.
virtual bool write(void *data, int band, int width, int height, int xOffset, int yOffset)
Writes into the provider datasource.
virtual bool setZoomedOutResamplingMethod(ResamplingMethod method)
Set resampling method to apply for zoomed-out operations.
virtual QList< QgsRasterPyramid > buildPyramidList(const QList< int > &overviewList=QList< int >())
Returns the raster layers pyramid list.
Raster identify results container.
Base class for processing filters like renderers, reprojector, resampler etc.
static const int DEFAULT_MAXIMUM_TILE_WIDTH
Default maximum tile width.
static const int DEFAULT_MAXIMUM_TILE_HEIGHT
Default maximum tile height.
A rectangle specified with double values.
Q_DECLARE_OPERATORS_FOR_FLAGS(QgsField::ConfigurationFlags) CORE_EXPORT QDataStream &operator<<(QDataStream &out
Writes the field to stream out. QGIS version compatibility is not guaranteed.
QList< QgsRasterRange > QgsRasterRangeList
const QgsCoordinateReferenceSystem & crs
Setting options for creating vector data providers.
Struct that stores the information about the parameters that should be given to the QgsVirtualRasterP...
QList< QgsRasterDataProvider::VirtualRasterInputLayers > rInputLayers
QgsCoordinateReferenceSystem crs