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 Link icon

  • Method Details Link icon

    • enabledProperty Link icon

      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 Link icon

      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 Link icon

      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: