IClusterer Members
The interface that should be implemented by classes providing clustering functionality.Properties
Name | Description |
---|---|
IsBusy | Returns a value indicating whether a clusterer is busy or not. |
Items | Returns the collection of cluster representatives. |
Methods
Name | Description |
---|---|
Clusterize(IEnumerable<MapItem>, MapViewport, Boolean) | Applies the clustering method to the source vector item collection. |
SetOwner(IMapDataAdapter) | Specifies the owner object for a clusterer. |
See Also