Class FeatureReduction

java.lang.Object
com.esri.arcgisruntime.mapping.reduction.FeatureReduction
Direct Known Subclasses:
AggregationFeatureReduction

public class FeatureReduction extends Object
An abstract class for reducing and summarizing point geoelements such as graphics or features.
Since:
200.2.0
  • Property Details

  • Method Details

    • enabledProperty

      public BooleanProperty 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 the enabled 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 the enabled 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 the enabled property
      Since:
      200.2.0
      See Also: