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

    Public Functions

    WmtsLayerInfo()
    WmtsLayerInfo(const Esri::ArcGISRuntime::WmtsLayerInfo &other)
    WmtsLayerInfo(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
    Esri::ArcGISRuntime::WmtsLayerInfo &operator=(const Esri::ArcGISRuntime::WmtsLayerInfo &other)
    Esri::ArcGISRuntime::WmtsLayerInfo &operator=(Esri::ArcGISRuntime::WmtsLayerInfo &&other)

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

    Default constructor.

    This constructor is provided for convenience only.

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

    Copy constructor from other WmtsLayerInfo.

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

    Move constructor 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.

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

    Assignment operator from other WmtsLayerInfo.

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

    Move operator from other WmtsLayerInfo.

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