AggregateGeoElement Class

GeoElement that represents aggregated geoelement on the map, for example a cluster of features or graphics."> AggregateGeoElement Class | ArcGISQtCpp
  • AggregateGeoElement
  • class Esri::ArcGISRuntime::AggregateGeoElement

    A GeoElement that represents aggregated geoelement on the map, for example a cluster of features or graphics. More...

    Header: #include <AggregateGeoElement.h>
    Since: Esri::ArcGISRuntime 200.2
    Inherits: Esri::ArcGISRuntime::Object and Esri::ArcGISRuntime::GeoElement

    Public Functions

    virtual ~AggregateGeoElement() 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

    Detailed Description

    Based on aggregation properties defined in AggregationFeatureReduction, geoelements are aggregated dynamically as the scale of the map changes. attributes are the summary statistics defined at the time of configuring aggregation on a FeatureLayer. geometry is a GeometryType::Point representing the centroid of the aggregated geoelement.

    See also AggregationFeatureReduction and ClusteringFeatureReduction.

    Member Function Documentation

    [override virtual] AggregateGeoElement::~AggregateGeoElement()

    Destructor.

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

    Reimplements: GeoElement::attributes() const.

    Returns the attributes of the GeoElement as a collection of name/value pairs.

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

    Reimplements: GeoElement::geometry() const.

    Returns the geometry defines the shape and location of the GeoElement.

    See also setGeometry().

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

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

    Sets the geometry to geometry.

    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.