The service metadata for a Web Map Tile Service (WMTS). More...
Header: | #include <WmtsServiceInfo.h> |
Since: | Esri::ArcGISRuntime 100.1 |
Public Functions
WmtsServiceInfo(const Esri::ArcGISRuntime::WmtsServiceInfo &other) | |
WmtsServiceInfo(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 |
Esri::ArcGISRuntime::WmtsServiceInfo & | operator=(const Esri::ArcGISRuntime::WmtsServiceInfo &other) |
Esri::ArcGISRuntime::WmtsServiceInfo & | operator=(Esri::ArcGISRuntime::WmtsServiceInfo &&other) |
Detailed Description
You can obtain the WmtsServiceInfo from a loaded WmtsService.
Relevant samples:
- WMTS layer: Display a layer from a Web Map Tile Service.
Member Function Documentation
WmtsServiceInfo::WmtsServiceInfo (const Esri::ArcGISRuntime::WmtsServiceInfo &other)
Copy constructor from other WmtsServiceInfo.
WmtsServiceInfo::WmtsServiceInfo (Esri::ArcGISRuntime::WmtsServiceInfo &&other)
Move constructor from other WmtsServiceInfo.
WmtsServiceInfo::~WmtsServiceInfo ()
Destructor.
QString WmtsServiceInfo::description() const
Returns WMTS service's description.
bool WmtsServiceInfo::isEmpty () const
Returns whether the service is empty.
QStringList WmtsServiceInfo::keywords() const
Returns an unordered collection of zero or more commonly used or formalized words or phrases used to describe this service's dataset.
QList<Esri::ArcGISRuntime::WmtsLayerInfo > WmtsServiceInfo::layerInfos () const
Returns a collection of WmtsLayerInfo objects that describes the layers within this WMTS service.
QList<Esri::ArcGISRuntime::WmtsTileMatrixSet > WmtsServiceInfo::tileMatrixSets () const
Returns the collection of tile matrix sets available in this WMTS Service.
QString WmtsServiceInfo::title() const
Returns the WMTS service's title.
QString WmtsServiceInfo::version() const
Returns the WMTS service's version.
Version string specified by the ows:ServiceTypeVersion field of the GetCapabilities response. It is expected to be "1.0.0".
Esri::ArcGISRuntime::WmtsServiceInfo &WmtsServiceInfo::operator=(const Esri::ArcGISRuntime::WmtsServiceInfo &other)
Assignment operator from other WmtsServiceInfo.
Esri::ArcGISRuntime::WmtsServiceInfo &WmtsServiceInfo::operator=(Esri::ArcGISRuntime::WmtsServiceInfo &&other)
Move operator from other WmtsServiceInfo.