Class ClusteringFeatureReduction
Method for aggregating and summarizing features in a point Feature
Namespace: Esri.ArcGISRuntime.Reduction
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ClusteringFeatureReduction : AggregationFeatureReduction, INotifyPropertyChanged, IPopupSource
Remarks
Clustering is configured via the Feature
Feature clustering allows you to visually represent large numbers of point geoelements in relatively small areas by aggregating them into clusters.
Each cluster of two or more points is represented with an Aggregate
Constructors
Name | Description |
---|---|
Clustering |
Initializes a new instance of the Clustering |
Properties
Name | Description |
---|---|
Max |
Gets or sets the symbol size of the largest cluster in device-independent pixels. The default value is 70. |
Min |
Gets or sets the symbol size of the smallest cluster in device-independent pixels. The default value is 12. |
Radius | Gets or sets the radius in device-independent pixels of the area in which multiple points will be grouped and visualized as a single cluster. The default value is 60. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 200.3 - 200.6 |
.NET Windows | 200.3 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.6 |
.NET Framework | 200.3 - 200.6 |
UWP | 200.3 - 200.6 |