TransientClusterLayer Class |
Namespace: Telogis.GeoBase.Clustering
The TransientClusterLayer type exposes the following members.
Name | Description | |
---|---|---|
TransientClusterLayer |
Creates and initializes a transient cluster layer for fetching and indexing clusters.
|
Name | Description | |
---|---|---|
BeginGetClusters |
Calculates clusters.
| |
BeginGetImage |
Obtains the image for a cluster.
| |
BeginRefresh |
Starts updating the feature data for the clusters asynchronously.
| |
Dispose |
Disposes of this transient cluster layer.
| |
EndGetClusters |
Returns the clusters calculated by
BeginGetClusters(Int32, BoundingBox, AsyncCallback, Object).
| |
EndGetImage |
Returns the image for a cluster made available by a call to
BeginGetImage.
| |
EndRefresh |
Executes when a refresh initiated by a call to BeginRefresh(AsyncCallback, Object) completes.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
OnClustersChanged |
Event that is fired when new features are available for the transient cluster layer.
|