Represents the service metadata for an Open Geospatial Consortium (OGC) Web Map Tile Service (WMTS). More...
Header: | #include <WmtsServiceInfo.h> |
Since: | Esri::ArcGISRuntime 100.1 |
This class was introduced in Esri::ArcGISRuntime 100.1.
Public Functions
WmtsServiceInfo(Esri::ArcGISRuntime::WmtsServiceInfo &&other) | |
WmtsServiceInfo(const Esri::ArcGISRuntime::WmtsServiceInfo &other) | |
Esri::ArcGISRuntime::WmtsServiceInfo & | operator=(Esri::ArcGISRuntime::WmtsServiceInfo &&other) |
Esri::ArcGISRuntime::WmtsServiceInfo & | operator=(const Esri::ArcGISRuntime::WmtsServiceInfo &other) |
~WmtsServiceInfo() | |
QString | description() const |
bool | isEmpty() const |
QStringList | keywords() const |
QList<Esri::ArcGISRuntime::WmtsLayerInfo> | layerInfos() const |
QList<Esri::ArcGISRuntime::WmtsTileMatrixSet> | tileMatrixSets() const |
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.