mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
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.
51 lines
1.7 KiB
Plaintext
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 *
|
|
************************************************************************/
|