Metadata about an individual Web Map Tile Service (WMTS) layer within a WMTS service. More...
| Header | #include <Wmts |
| Since | Esri |
Public Functions
| Wmts | |
| Wmts | |
| Wmts | |
| ~ | |
| QString | description() const |
| QList | image |
| bool | is |
| QString | keywords() const |
| QString | styles() const |
| QList | tile |
| QString | title() const |
| QString | wmts |
| Esri | operator=( |
| Esri | operator=(const Esri |
Detailed Description
You can obtain a WmtsLayerInfo from the WmtsServiceInfo::layerInfos collection of a loaded WmtsService.
Relevant samples:
- WMTS layer: Display a layer from a Web Map Tile Service.
Member Function Documentation
WmtsLayerInfo::WmtsLayerInfo ()
Default constructor.
This constructor is provided for convenience only.
WmtsLayerInfo::WmtsLayerInfo (const Esri::ArcGISRuntime::WmtsLayerInfo &other)
Copy constructor from other WmtsLayerInfo.
[noexcept] WmtsLayerInfo::WmtsLayerInfo (Esri::ArcGISRuntime::WmtsLayerInfo &&other)
Move constructor from other WmtsLayerInfo.
[noexcept] WmtsLayerInfo::~WmtsLayerInfo ()
Destructor.
QString WmtsLayerInfo::description() const
Returns a brief narrative description (abstract) of this WMTS layer.
QList<Esri::ArcGISRuntime::TileImageFormat > WmtsLayerInfo::imageFormats () const
Returns a collection of the image formats supported by the WMTS service.
bool WmtsLayerInfo::isEmpty () const
Returns whether the object is empty.
QStringList WmtsLayerInfo::keywords() const
Returns an unordered collection of zero or more commonly used or formalized words or phrases used to describe this service's dataset.
QStringList WmtsLayerInfo::styles() const
Returns a collection of WMTS styles that can be applied to this layer.
QList<Esri::ArcGISRuntime::WmtsTileMatrixSet > WmtsLayerInfo::tileMatrixSets () const
Returns the collection of tile matrix sets available for this WMTS layer.
QString WmtsLayerInfo::title() const
Returns the layer's human-readable title.
QString WmtsLayerInfo::wmtsLayerId () const
Returns the WMTS layer's identifier.
[noexcept] Esri::ArcGISRuntime::WmtsLayerInfo &WmtsLayerInfo::operator=(Esri::ArcGISRuntime::WmtsLayerInfo &&other)
Move operator from other WmtsLayerInfo.
Esri::ArcGISRuntime::WmtsLayerInfo &WmtsLayerInfo::operator=(const Esri::ArcGISRuntime::WmtsLayerInfo &other)
Assignment operator from other WmtsLayerInfo.