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
PropertiesTypePropertyDescriptionTrue to enable feature reduction, false to show individual geoelements. -
Method Summary
Modifier and TypeMethodDescriptionTrue to enable feature reduction, false to show individual geoelements.booleanGets the value of theenabledproperty.voidsetEnabled(boolean enabled) Sets the value of theenabledproperty.
-
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
enabledproperty - Since:
- 200.2.0
- See Also:
-
isEnabled
public boolean isEnabled()Gets the value of theenabledproperty.- 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
enabledproperty - Since:
- 200.2.0
- See Also:
-
setEnabled
public void setEnabled(boolean enabled) Sets the value of theenabledproperty.- 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 theenabledproperty- Since:
- 200.2.0
- See Also:
-