Metadata about an individual Web Map Tile Service (WMTS) layer within a WMTS service. More...
Header: | #include <WmtsLayerInfo.h> |
Since: | Esri::ArcGISRuntime 100.1 |
Public Functions
WmtsLayerInfo() | |
WmtsLayerInfo(const Esri::ArcGISRuntime::WmtsLayerInfo &other) | |
WmtsLayerInfo(Esri::ArcGISRuntime::WmtsLayerInfo &&other) | |
~WmtsLayerInfo() | |
QString | description() const |
QList<Esri::ArcGISRuntime::TileImageFormat> | imageFormats() const |
bool | isEmpty() const |
QStringList | keywords() const |
QStringList | styles() const |
QList<Esri::ArcGISRuntime::WmtsTileMatrixSet> | tileMatrixSets() const |
QString | title() const |
QString | wmtsLayerId() const |
Esri::ArcGISRuntime::WmtsLayerInfo & | operator=(const Esri::ArcGISRuntime::WmtsLayerInfo &other) |
Esri::ArcGISRuntime::WmtsLayerInfo & | operator=(Esri::ArcGISRuntime::WmtsLayerInfo &&other) |
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.
WmtsLayerInfo::WmtsLayerInfo (Esri::ArcGISRuntime::WmtsLayerInfo &&other)
Move constructor from other WmtsLayerInfo.
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.
Esri::ArcGISRuntime::WmtsLayerInfo &WmtsLayerInfo::operator=(const Esri::ArcGISRuntime::WmtsLayerInfo &other)
Assignment operator from other WmtsLayerInfo.
Esri::ArcGISRuntime::WmtsLayerInfo &WmtsLayerInfo::operator=(Esri::ArcGISRuntime::WmtsLayerInfo &&other)
Move operator from other WmtsLayerInfo.