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

    This class was introduced in Esri::ArcGISRuntime 100.2.

    Public Functions

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

    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(Esri::ArcGISRuntime::WmsServiceInfo &&other)

    Move constructor from other WmsServiceInfo.

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

    Copy constructor from other WmsServiceInfo.

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

    Move operator from other WmsServiceInfo.

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

    Assignment operator 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.

    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