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

    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.

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

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close