| Package | com.esri.ags.clusterers |
| Interface | public interface IClusterer extends flash.events.IEventDispatcher |
| Implementors | BaseClusterer |
| Method | Defined By | ||
|---|---|---|---|
clusterGraphics(graphicsLayer:GraphicsLayer, graphicCollection:ArrayCollection):Array
Cluster the graphics in a graphics layer. | IClusterer | ||
destroy(graphicsLayer:GraphicsLayer):void
Release any resource allocated by the clusterer when assigned to a graphics layer. | IClusterer | ||
initialize(graphicsLayer:GraphicsLayer):void
Initialize the clusterer when assigned to a graphics layer. | IClusterer | ||
| clusterGraphics | () | method |
public function clusterGraphics(graphicsLayer:GraphicsLayer, graphicCollection:ArrayCollection):ArrayCluster the graphics in a graphics layer.
Parameters
graphicsLayer:GraphicsLayer — Reference to a GraphicsLayer instance.
| |
graphicCollection:ArrayCollection — Collection of Graphics instances.
|
Array — array of graphics. If a graphic represents a cluster then it will be an instance of ClusterGraphic.
|
| destroy | () | method |
public function destroy(graphicsLayer:GraphicsLayer):voidRelease any resource allocated by the clusterer when assigned to a graphics layer.
Parameters
graphicsLayer:GraphicsLayer — Reference to a GraphicsLayer instance.
|
| initialize | () | method |
public function initialize(graphicsLayer:GraphicsLayer):voidInitialize the clusterer when assigned to a graphics layer.
Parameters
graphicsLayer:GraphicsLayer — Reference to a GraphicsLayer instance.
|