The service metadata for a Web Map Tile Service (WMTS). More...
Header | #include <Wmts |
Since | Esri |
Public Functions
Wmts | |
Wmts | |
~ | |
Q | description() const |
bool | is |
Q | keywords() const |
Q | layer |
Q | tile |
Q | title() const |
Q | version() const |
Esri | operator=( |
Esri | operator=(const Esri |
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.
[noexcept]
WmtsServiceInfo::WmtsServiceInfo (Esri::ArcGISRuntime::WmtsServiceInfo &&other)
Move constructor from other WmtsServiceInfo.
[noexcept]
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".
[noexcept]
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.