IClusterLayer Interface |
Namespace: Telogis.GeoBase.Clustering
The IClusterLayer type exposes the following members.
Name | Description | |
---|---|---|
BeginGetClusters |
Starts calculating clusters asynchronously.
| |
BeginGetImage |
Obtains the image for a cluster asynchronously.
| |
BeginRefresh |
Refreshes the cluster layer asynchronously.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
EndGetClusters |
Returns the clusters calculated asynchronously by
BeginGetClusters when the calculation is complete.
| |
EndGetImage |
Returns the image for a cluster made available by a call to
BeginGetImage.
| |
EndRefresh |
Waits for a refresh to complete.
|
Name | Description | |
---|---|---|
OnClustersChanged |
An event that is fired when the map features that can be grouped into clusters are updated.
|