Represents the service metadata for an Open Geospatial Consortium (OGC) Web Map Tile Service (WMTS). More...
| Header | #include <Wmts |
| Since | Esri |
This class was introduced in Esri::ArcGISRuntime 100.1.
Public Functions
| Wmts | |
| Wmts | |
| Esri | operator=( |
| Esri | operator=(const Esri |
| ~ | |
| QString | description() const |
| bool | is |
| QString | keywords() const |
| QList | layer |
| QList | tile |
| QString | title() const |
| QString | version() const |
Detailed Description
The WmtsServiceInfo can be obtained from a loaded WmtsService. The service info provides information for browsing the contents of the service.
Member Function Documentation
WmtsServiceInfo::WmtsServiceInfo (Esri::ArcGISRuntime::WmtsServiceInfo &&other)
Move constructor from other WmtsServiceInfo.
WmtsServiceInfo::WmtsServiceInfo (const Esri::ArcGISRuntime::WmtsServiceInfo &other)
Copy constructor from other WmtsServiceInfo.
Esri::ArcGISRuntime::WmtsServiceInfo &WmtsServiceInfo::operator=(Esri::ArcGISRuntime::WmtsServiceInfo &&other)
Move operator from other WmtsServiceInfo.
Esri::ArcGISRuntime::WmtsServiceInfo &WmtsServiceInfo::operator=(const Esri::ArcGISRuntime::WmtsServiceInfo &other)
Assignment operator from other WmtsServiceInfo.
WmtsServiceInfo::~WmtsServiceInfo ()
Destructor.
QString WmtsServiceInfo::description() const
Returns the description of the service.
bool WmtsServiceInfo::isEmpty () const
Returns whether the service is empty.
QStringList WmtsServiceInfo::keywords() const
Returns the list of zero or more commonly used or formalized words or phrases used to describe this service.
QList<Esri::ArcGISRuntime::WmtsLayerInfo > WmtsServiceInfo::layerInfos () const
Returns the list of layer infos that are part of this service.
QList<Esri::ArcGISRuntime::WmtsTileMatrixSet > WmtsServiceInfo::tileMatrixSets () const
Returns the collection of tile matrices defined at different scales.
QString WmtsServiceInfo::title() const
Returns the title of this service.
QString WmtsServiceInfo::version() const
Returns the version of this service.