Represents metadata about an individual layer in a Web Map Tile Service (WMTS). More...
|  Header |  #include <Wmts | 
|  Since |  Esri | 
This class was introduced in Esri::ArcGISRuntime 100.1.
Public Functions
| Wmts | |
| Wmts | |
| Wmts | |
|  Esri | operator=( | 
|  Esri | operator=(const Esri | 
| ~ | |
| QString | description() const | 
|  QList | image | 
| bool | is | 
|  QString | keywords() const | 
|  QString | styles() const | 
|  QList | tile | 
| QString | title() const | 
| QString | wmts | 
Detailed Description
A list of available layer infos may be obtained from the service info of a loaded wmts service.
Member Function Documentation
WmtsLayerInfo::WmtsLayerInfo  (Esri::ArcGISRuntime::WmtsLayerInfo      &&other)   
Move constructor from other WmtsLayerInfo.
WmtsLayerInfo::WmtsLayerInfo  (const Esri::ArcGISRuntime::WmtsLayerInfo      &other)   
Copy constructor from other WmtsLayerInfo.
WmtsLayerInfo::WmtsLayerInfo  ()   
Default constructor.
This constructor is provided for convenience only.
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.
WmtsLayerInfo::~WmtsLayerInfo   ()   
Destructor.
QString WmtsLayerInfo::description() const   
Returns the description of this layer.
QList<Esri::ArcGISRuntime::TileImageFormat     > WmtsLayerInfo::imageFormats () const   
Returns the supported image formats of the tiles.
bool WmtsLayerInfo::isEmpty () const   
Returns whether the object is empty.
QStringList  WmtsLayerInfo::keywords() const   
Returns the list of zero or more commonly used or formalized words or phrases used to describe this layer.
QStringList  WmtsLayerInfo::styles() const   
Returns the styles applied to this layer.
QList<Esri::ArcGISRuntime::WmtsTileMatrixSet      > WmtsLayerInfo::tileMatrixSets  () const   
Returns the tile matrix sets.
QString WmtsLayerInfo::title() const   
Returns the title.
QString WmtsLayerInfo::wmtsLayerId  () const   
Returns the ID of this layer.