An abstract class for reducing and summarizing point geoelements such as graphics or features. More...
Header | #include <Feature |
Since | Esri |
Inherits | Esri |
Inherited By |
Public Functions
virtual | ~ |
Esri | feature |
bool | is |
void | set |
Detailed Description
Relevant samples:
- Configure clusters: Add client side feature reduction on a point feature layer that is not pre-configured with clustering.
- Display clusters: Display a web map with a point feature layer that has feature reduction enabled to aggregate points into clusters.
Member Function Documentation
[override virtual noexcept]
FeatureReduction::~FeatureReduction ()
Destructor.
Esri::ArcGISRuntime::FeatureReductionType FeatureReduction::featureReductionType () const
Returns the type of the feature reduction object.
bool FeatureReduction::isEnabled () const
Returns true
to enable feature reduction, false
to show individual geoelements.
The default value is true
. Changing this property from false
to true
may cause data to be re-calculated.
void FeatureReduction::setEnabled (bool enabled)
Sets the enabled to enabled.
See also isEnabled.