QGIS/python/core/auto_generated/raster/qgsrasterdataproviderelevationproperties.sip.in
bdm-oslandia fa2fe8f776 fix(QgsDataProvider): migrate members from QgsRasterDataProviderElevationProperties to parent class
This allows provider classes to have a useable elevation properties class, for example to know
if the provided data is 3D or 2D. This will be useful to compute 3D/2D extent.
2023-11-16 14:59:16 +01:00

40 lines
1.4 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgsrasterdataproviderelevationproperties.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsRasterDataProviderElevationProperties : QgsDataProviderElevationProperties
{
%Docstring(signature="appended")
Handles elevation related properties for a raster data provider.
.. versionadded:: 3.32
%End
%TypeHeaderCode
#include "qgsrasterdataproviderelevationproperties.h"
%End
public:
QgsRasterDataProviderElevationProperties();
%Docstring
Constructor for QgsRasterDataProviderElevationProperties.
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgsrasterdataproviderelevationproperties.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/