WmtsLayerInfo Class

  • WmtsLayerInfo
  • class Esri::ArcGISRuntime::WmtsLayerInfo

    Represents metadata about an individual layer in a Web Map Tile Service (WMTS). More...

    Header: #include <WmtsLayerInfo.h>
    Since: Esri::ArcGISRuntime 100.1

    This class was introduced in Esri::ArcGISRuntime 100.1.

    Public Functions

    WmtsLayerInfo(Esri::ArcGISRuntime::WmtsLayerInfo &&other)
    WmtsLayerInfo(const Esri::ArcGISRuntime::WmtsLayerInfo &other)
    WmtsLayerInfo()
    Esri::ArcGISRuntime::WmtsLayerInfo &operator=(Esri::ArcGISRuntime::WmtsLayerInfo &&other)
    Esri::ArcGISRuntime::WmtsLayerInfo &operator=(const Esri::ArcGISRuntime::WmtsLayerInfo &other)
    ~WmtsLayerInfo()
    QString description() const
    QList<Esri::ArcGISRuntime::TileImageFormat> imageFormats() const
    bool isEmpty() const
    QStringList keywords() const
    QStringList styles() const
    QList<Esri::ArcGISRuntime::WmtsTileMatrixSet> tileMatrixSets() const
    QString title() const
    QString wmtsLayerId() const

    Detailed Description

    A list of available layer infos may be obtained from the service info of a loaded wmts service.

    Member Function Documentation

    WmtsLayerInfo::WmtsLayerInfo(Esri::ArcGISRuntime::WmtsLayerInfo &&other)

    Move constructor from other WmtsLayerInfo.

    WmtsLayerInfo::WmtsLayerInfo(const Esri::ArcGISRuntime::WmtsLayerInfo &other)

    Copy constructor from other WmtsLayerInfo.

    WmtsLayerInfo::WmtsLayerInfo()

    Default constructor.

    This constructor is provided for convenience only.

    Esri::ArcGISRuntime::WmtsLayerInfo &WmtsLayerInfo::operator=(Esri::ArcGISRuntime::WmtsLayerInfo &&other)

    Move operator from other WmtsLayerInfo.

    Esri::ArcGISRuntime::WmtsLayerInfo &WmtsLayerInfo::operator=(const Esri::ArcGISRuntime::WmtsLayerInfo &other)

    Assignment operator from other WmtsLayerInfo.

    WmtsLayerInfo::~WmtsLayerInfo()

    Destructor.

    QString WmtsLayerInfo::description() const

    Returns the description of this layer.

    QList<Esri::ArcGISRuntime::TileImageFormat> WmtsLayerInfo::imageFormats() const

    Returns the supported image formats of the tiles.

    bool WmtsLayerInfo::isEmpty() const

    Returns whether the object is empty.

    QStringList WmtsLayerInfo::keywords() const

    Returns the list of zero or more commonly used or formalized words or phrases used to describe this layer.

    QStringList WmtsLayerInfo::styles() const

    Returns the styles applied to this layer.

    QList<Esri::ArcGISRuntime::WmtsTileMatrixSet> WmtsLayerInfo::tileMatrixSets() const

    Returns the tile matrix sets.

    QString WmtsLayerInfo::title() const

    Returns the title.

    QString WmtsLayerInfo::wmtsLayerId() const

    Returns the ID of this layer.

    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