WmsServiceInfo Class

  • WmsServiceInfo
  • class Esri::ArcGISRuntime::WmsServiceInfo

    Represents the service metadata for an Open Geospatial Consortium (OGC) Web Map Service (WMS). More...

    Header: #include <WmsServiceInfo.h>
    Since: Esri::ArcGISRuntime 100.2

    Public Functions

    WmsServiceInfo(const Esri::ArcGISRuntime::WmsServiceInfo &other)
    WmsServiceInfo(Esri::ArcGISRuntime::WmsServiceInfo &&other)
    ~WmsServiceInfo()
    QString description() const
    QList<Esri::ArcGISRuntime::MapServiceImageFormat> imageFormats() const
    bool isEmpty() const
    QStringList keywords() const
    QList<Esri::ArcGISRuntime::WmsLayerInfo> layerInfos() const
    QString name() const
    QString title() const
    Esri::ArcGISRuntime::WmsServiceInfo &operator=(const Esri::ArcGISRuntime::WmsServiceInfo &other)
    Esri::ArcGISRuntime::WmsServiceInfo &operator=(Esri::ArcGISRuntime::WmsServiceInfo &&other)

    Detailed Description

    The WmsServiceInfo can be obtained from a loaded WmsService. The service info provides information for browsing the contents of the service.

    Member Function Documentation

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

    Copy constructor from other WmsServiceInfo.

    WmsServiceInfo::WmsServiceInfo(Esri::ArcGISRuntime::WmsServiceInfo &&other)

    Move constructor from other WmsServiceInfo.

    WmsServiceInfo::~WmsServiceInfo()

    Destructor.

    QString WmsServiceInfo::description() const

    Returns the description of the service.

    QList<Esri::ArcGISRuntime::MapServiceImageFormat> WmsServiceInfo::imageFormats() const

    Returns a list of image formats supported by the WMS service.

    The returned collection of image formats supported by the WMS service is of type MapServiceImageFormat.

    bool WmsServiceInfo::isEmpty() const

    Returns whether the service is empty.

    QStringList WmsServiceInfo::keywords() const

    Returns an unordered list of zero or more commonly used or formalized words or phrases used to describe this service's dataset.

    QList<Esri::ArcGISRuntime::WmsLayerInfo> WmsServiceInfo::layerInfos() const

    Returns the list of layer infos that are part of this service.

    QString WmsServiceInfo::name() const

    Returns the name of the service, typically used for machine-to-machine communication. May be empty.

    QString WmsServiceInfo::title() const

    Returns the human-readable title of the WMS service.

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

    Assignment operator from other WmsServiceInfo.

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

    Move operator from other WmsServiceInfo.

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