WfsLayerInfo Class

  • WfsLayerInfo
  • class Esri::ArcGISRuntime::WfsLayerInfo

    Metadata about an individual layer in a Web Feature Service (WFS). More...

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

    This class was introduced in Esri::ArcGISRuntime 100.5.

    Public Functions

    WfsLayerInfo(Esri::ArcGISRuntime::WfsLayerInfo &&other)
    WfsLayerInfo(const Esri::ArcGISRuntime::WfsLayerInfo &other)
    WfsLayerInfo()
    Esri::ArcGISRuntime::WfsLayerInfo &operator=(Esri::ArcGISRuntime::WfsLayerInfo &&other)
    Esri::ArcGISRuntime::WfsLayerInfo &operator=(const Esri::ArcGISRuntime::WfsLayerInfo &other)
    ~WfsLayerInfo()
    QString description() const
    Esri::ArcGISRuntime::Envelope extent() const
    bool isEmpty() const
    QStringList keywords() const
    QString name() const
    QList<Esri::ArcGISRuntime::SpatialReference> spatialReferences() const
    QString title() const

    Detailed Description

    Member Function Documentation

    WfsLayerInfo::WfsLayerInfo(Esri::ArcGISRuntime::WfsLayerInfo &&other)

    Move constructor from other WfsLayerInfo.

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

    Copy constructor from other WfsLayerInfo.

    WfsLayerInfo::WfsLayerInfo()

    Default constructor.

    This constructor is provided for convenience only. It will construct an empty object.

    See also isEmpty.

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

    Move operator from other WfsLayerInfo.

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

    Assignment operator from other WfsLayerInfo.

    WfsLayerInfo::~WfsLayerInfo()

    Destructor.

    QString WfsLayerInfo::description() const

    Returns the layer's description (abstract).

    A brief narrative description of the layer.

    Esri::ArcGISRuntime::Envelope WfsLayerInfo::extent() const

    Returns the WFS layer's extent.

    bool WfsLayerInfo::isEmpty() const

    Returns whether the object is empty.

    QStringList WfsLayerInfo::keywords() const

    Returns the keywords describing the layer.

    An unordered list of commonly used words to describe this dataset. This can be an empty list.

    QString WfsLayerInfo::name() const

    Returns the layer's uniquely-identifying name.

    This represents the "feature types" defined in the WFS standard. WFS layers have both a uniquely-identifying name and a human-readable title.

    QList<Esri::ArcGISRuntime::SpatialReference> WfsLayerInfo::spatialReferences() const

    Returns the supported list of SpatialReferences.

    QString WfsLayerInfo::title() const

    Returns the layer's title.

    The title property is intended for use as a human-readable layer identification.

    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