|
QGIS API Documentation 3.38.0-Grenoble (exported)
|
Convenient class for API compatibility. More...
#include <qgsmaplayerserverproperties.h>

Additional Inherited Members | |
Public Types inherited from QgsServerWmsDimensionProperties | |
| enum | PredefinedWmsDimensionName { TIME , DATE , ELEVATION } |
| Predefined/Restricted WMS Dimension name. More... | |
Public Member Functions inherited from QgsMapLayerServerProperties | |
| QgsMapLayerServerProperties (QgsMapLayer *layer=nullptr) | |
| Constructor - Creates a Map Layer QGIS Server Properties. | |
| QString | abstract () const |
| Returns the abstract of the layerused by QGIS Server in GetCapabilities request. | |
| QString | attribution () const |
| Returns the attribution of the layer used by QGIS Server in GetCapabilities request. | |
| QString | attributionUrl () const |
| Returns the attribution URL of the layer used by QGIS Server in GetCapabilities request. | |
| void | copyTo (QgsMapLayerServerProperties *properties) const |
| Copy properties to another instance. | |
| QString | dataUrl () const |
| Returns the DataUrl of the layer used by QGIS Server in GetCapabilities request. | |
| QString | dataUrlFormat () const |
| Returns the DataUrl format of the layer used by QGIS Server in GetCapabilities request. | |
| QString | keywordList () const |
| Returns the keyword list of the layerused by QGIS Server in GetCapabilities request. | |
| const QgsMapLayer * | layer () const override |
| Gets the parent layer. | |
| void | readXml (const QDomNode &layer_node) |
| Reads server properties from project file. | |
| void | reset () |
| Reset properties to default. | |
| void | setAbstract (const QString &abstract) |
| Sets the abstract of the layer used by QGIS Server in GetCapabilities request. | |
| void | setAttribution (const QString &attrib) |
| Sets the attribution of the layer used by QGIS Server in GetCapabilities request. | |
| void | setAttributionUrl (const QString &url) |
| Sets the attribution url of the layer used by QGIS Server in GetCapabilities request. | |
| void | setDataUrl (const QString &dataUrl) |
| Sets the DataUrl of the layer used by QGIS Server in GetCapabilities request. | |
| void | setDataUrlFormat (const QString &dataUrlFormat) |
| Sets the DataUrl format of the layerused by QGIS Server in GetCapabilities request. | |
| void | setKeywordList (const QString &keywords) |
| Sets the keywords list of the layerused by QGIS Server in GetCapabilities request. | |
| void | setShortName (const QString &name) |
| Sets the short name of the layer used by QGIS Server to identify the layer. | |
| void | setTitle (const QString &title) |
| Sets the title of the layer used by QGIS Server in GetCapabilities request. | |
| QString | shortName () const |
| Returns the short name of the layer used by QGIS Server to identify the layer. | |
| QString | title () const |
| Returns the title of the layer used by QGIS Server in GetCapabilities request. | |
| void | writeXml (QDomNode &layer_node, QDomDocument &document) const |
| Saves server properties to xml under the layer node. | |
Public Member Functions inherited from QgsServerMetadataUrlProperties | |
| virtual | ~QgsServerMetadataUrlProperties ()=default |
| void | addMetadataUrl (const QgsServerMetadataUrlProperties::MetadataUrl &metaUrl) |
| Add a metadataUrl for the layer. | |
| QList< QgsServerMetadataUrlProperties::MetadataUrl > | metadataUrls () const |
| Returns a list of metadataUrl resources associated for the layer. | |
| void | setMetadataUrls (const QList< QgsServerMetadataUrlProperties::MetadataUrl > &metaUrls) |
| Sets a the list of metadata URL for the layer. | |
Public Member Functions inherited from QgsServerWmsDimensionProperties | |
| virtual | ~QgsServerWmsDimensionProperties ()=default |
| bool | addWmsDimension (const QgsServerWmsDimensionProperties::WmsDimensionInfo &wmsDimInfo) |
| Adds a QGIS Server WMS Dimension. | |
| bool | removeWmsDimension (const QString &wmsDimName) |
| Removes a QGIS Server WMS Dimension. | |
| void | setWmsDimensions (const QList< QgsServerWmsDimensionProperties::WmsDimensionInfo > &dimensions) |
| Set WMS Dimensions. | |
| const QList< QgsServerWmsDimensionProperties::WmsDimensionInfo > | wmsDimensions () const |
| Returns the QGIS Server WMS Dimension list. | |
Static Public Member Functions inherited from QgsServerWmsDimensionProperties | |
| static QMap< int, QString > | wmsDimensionDefaultDisplayLabels () |
| Returns WMS Dimension default display labels. | |
Protected Member Functions inherited from QgsServerMetadataUrlProperties | |
| void | copyTo (QgsServerMetadataUrlProperties *properties) const |
| Copy properties to another instance. | |
| void | readXml (const QDomNode &layer_node) |
| Reads server properties from project file. | |
| void | reset () |
| Reset properties to default. | |
| void | writeXml (QDomNode &layer_node, QDomDocument &document) const |
| Saves server properties to xml under the layer node. | |
Protected Member Functions inherited from QgsServerWmsDimensionProperties | |
| void | copyTo (QgsServerWmsDimensionProperties *properties) const |
| Copy properties to another instance. | |
| void | readXml (const QDomNode &layer_node) |
| Reads server properties from project file. | |
| void | reset () |
| Reset properties to default. | |
| void | writeXml (QDomNode &layer_node, QDomDocument &document) const |
| Saves server properties to xml under the layer node. | |
Convenient class for API compatibility.
Definition at line 498 of file qgsmaplayerserverproperties.h.