Interface | Description |
---|---|
ClusterStrategy |
Contract to be implemented by Cluster strategy objects Variants from
clustering strategies might exist, some of them could be simple iterative
algorithms, some other could be slightly different like K-Means, Hierarchical
algorithms ETC.
|
Class | Description |
---|---|
ClusterElementUtility |
Utility class used to create the cluster visual elements to add to the Map.
|
ClusterStrategyFactory |
Factory Class to instantiate clustering algorithm strategies by their class
name.
|
ClusterStyle |
Base class to implement the styling logic of clusters.
|
IterativeNearestClusterer |
Clustering strategy based on the SimpleIterativeClusterer that adds a
heuristic to solve the problem of the closest cluster coming later.
|
K2DClusterPoint |
Special type of Point that holds a list of other points.
|
ProgressiveClusterStyle |
Temporary implementation of a progressive cluster styler which would assign
styles to the cluster in an increasing scale of colors and size.
|
ProgressiveSymbolClusterStyle |
Temporary implementation of a progressive cluster styler which would assign
styles to the cluster in an increasing scale of colors and size.
|
SimpleIterativeClusterer |
Simple clustering strategy based on JavaScript examples from OpenLayers and
google maps Makes an iteration creating clusters the first time that a point
is found not belonging to any existent cluster.
|
SimpleSymbolClusterStyle |