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.
59 lines
2.0 KiB
Plaintext
59 lines
2.0 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
|
|
|
|
bool containsElevationData() const;
|
|
%Docstring
|
|
Returns ``True`` if the raster data provider definitely contains elevation related data.
|
|
|
|
.. note::
|
|
|
|
Even if this method returns ``False``, the raster data may still relate to elevation values. ``True`` will only
|
|
be returned in situations where elevation data is definitively present.
|
|
|
|
.. seealso:: :py:func:`setContainsElevationData`
|
|
%End
|
|
|
|
void setContainsElevationData( bool contains );
|
|
%Docstring
|
|
Sets whether the raster data provider definitely contains elevation related data.
|
|
|
|
.. seealso:: :py:func:`containsElevationData`
|
|
%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 *
|
|
************************************************************************/
|