WmsFeature Class

  • WmsFeature
  • class Esri::ArcGISRuntime::WmsFeature

    A WMS feature object. More...

    Header: #include <WmsFeature.h>
    Since: Esri::ArcGISRuntime 100.2
    Inherits: Esri::ArcGISRuntime::Object and Esri::ArcGISRuntime::GeoElement

    Public Functions

    virtual ~WmsFeature() override

    Reimplemented Public Functions

    virtual Esri::ArcGISRuntime::AttributeListModel *attributes() const override
    virtual Esri::ArcGISRuntime::Geometry geometry() const override
    virtual void setGeometry(const Esri::ArcGISRuntime::Geometry &geometry) override

    Signals

    Detailed Description

    Member Function Documentation

    [override virtual] WmsFeature::~WmsFeature()

    Destructor.

    [override virtual] Esri::ArcGISRuntime::AttributeListModel *WmsFeature::attributes() const

    Reimplements: GeoElement::attributes() const.

    Returns a list model of all the WmsFeature attributes as key-value pairs.

    [override virtual] Esri::ArcGISRuntime::Geometry WmsFeature::geometry() const

    Reimplements: GeoElement::geometry() const.

    Gets the geometry for this WmsFeature.

    See also setGeometry().

    [signal] void WmsFeature::geometryChanged()

    Signal emitted when the geometry property changes.

    [override virtual] void WmsFeature::setGeometry(const Esri::ArcGISRuntime::Geometry &geometry)

    Reimplements: GeoElement::setGeometry(const Esri::ArcGISRuntime::Geometry &geometry).

    Sets the geometry for the WmsFeature.

    See also geometry().

    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