QGIS/python/core/auto_generated/qgsdataproviderelevationproperties.sip.in
Nyall Dawson e036570c77 Setup framework for data provider's to provide information about
elevation related properties to their layers

And use this to ensure that wms tiles with maptiler terrain
or terrarium terrain interpretation are always included by
default in elevation profile plots.

Most specifically, this ensures that projects containing the
out-of-the-box "Mapzen Global Terrain" layer will be automatically
included in elevation plots.
2023-05-19 23:06:21 +10:00

51 lines
1.7 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsdataproviderelevationproperties.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsDataProviderElevationProperties
{
%Docstring(signature="appended")
Base class for handling elevation related properties for a data provider.
.. versionadded:: 3.32
%End
%TypeHeaderCode
#include "qgsdataproviderelevationproperties.h"
%End
%ConvertToSubClassCode
if ( dynamic_cast<QgsRasterDataProviderElevationProperties *>( sipCpp ) )
{
sipType = sipType_QgsRasterDataProviderElevationProperties;
}
else
{
sipType = 0;
}
%End
public:
QgsDataProviderElevationProperties();
%Docstring
Constructor for QgsDataProviderElevationProperties.
%End
virtual ~QgsDataProviderElevationProperties();
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsdataproviderelevationproperties.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/