WmtsServiceInfo Class

  • WmtsServiceInfo
  • class Esri::ArcGISRuntime::WmtsServiceInfo

    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

    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

    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(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 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.

    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.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.