WfsServiceInfo Class

  • WfsServiceInfo
  • class Esri::ArcGISRuntime::WfsServiceInfo

    Service metadata for an Open Geospatial Consortium (OGC) Web Feature Service (WFS). More...

    Header: #include <WfsServiceInfo.h>
    Since: Esri::ArcGISRuntime 100.5

    Public Functions

    WfsServiceInfo()
    WfsServiceInfo(const Esri::ArcGISRuntime::WfsServiceInfo &other)
    WfsServiceInfo(Esri::ArcGISRuntime::WfsServiceInfo &&other)
    ~WfsServiceInfo()
    QString description() const
    bool isEmpty() const
    QStringList keywords() const
    QList<Esri::ArcGISRuntime::WfsLayerInfo> layerInfos() const
    QString title() const
    Esri::ArcGISRuntime::WfsServiceInfo &operator=(const Esri::ArcGISRuntime::WfsServiceInfo &other)
    Esri::ArcGISRuntime::WfsServiceInfo &operator=(Esri::ArcGISRuntime::WfsServiceInfo &&other)

    Detailed Description

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

    Relevant samples:

    Member Function Documentation

    WfsServiceInfo::WfsServiceInfo()

    Default constructor that will create an empty object.

    See also isEmpty.

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

    Copy constructor from other WfsServiceInfo.

    WfsServiceInfo::WfsServiceInfo(Esri::ArcGISRuntime::WfsServiceInfo &&other)

    Move constructor from other WfsServiceInfo.

    WfsServiceInfo::~WfsServiceInfo()

    Destructor.

    QString WfsServiceInfo::description() const

    Returns the description of the service.

    bool WfsServiceInfo::isEmpty() const

    Returns whether the WfsServiceInfo object is empty.

    QStringList WfsServiceInfo::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::WfsLayerInfo> WfsServiceInfo::layerInfos() const

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

    This property can be used to discover the layers (FeatureTypes) exposed by a WFS service in support of a browsing experience.

    QString WfsServiceInfo::title() const

    Returns the human-readable title of the WFS service.

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

    Assignment operator from other WfsServiceInfo.

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

    Move operator from other WfsServiceInfo.

    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