Module com.esri.arcgisruntime
Class FeatureReduction
java.lang.Object
com.esri.arcgisruntime.mapping.reduction.FeatureReduction
- Direct Known Subclasses:
AggregationFeatureReduction
An abstract class for reducing and summarizing point geoelements such as graphics or features.
- Since:
- 200.2.0
-
Property Summary
TypePropertyDescriptionTrue to enable feature reduction, false to show individual geoelements. -
Method Summary
Modifier and TypeMethodDescriptionTrue to enable feature reduction, false to show individual geoelements.boolean
Gets the value of theenabled
property.void
setEnabled
(boolean enabled) Sets the value of theenabled
property.
-
Property Details
-
enabled
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.
- Since:
- 200.2.0
- See Also:
-
-
Method Details
-
enabledProperty
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.
- Returns:
- the
enabled
property - Since:
- 200.2.0
- See Also:
-
isEnabled
public boolean isEnabled()Gets the value of theenabled
property.- Property description:
- 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.
- Returns:
- the value of the
enabled
property - Since:
- 200.2.0
- See Also:
-
setEnabled
public void setEnabled(boolean enabled) Sets the value of theenabled
property.- Property description:
- 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.
- Parameters:
enabled
- the value for theenabled
property- Since:
- 200.2.0
- See Also:
-