RemoteClusterLayer Class |
Namespace: Telogis.GeoBase.Clustering
The RemoteClusterLayer type exposes the following members.
Name | Description | |
---|---|---|
RemoteClusterLayer |
RemoteClusterLayer is responsible for the fetching, caching, and indexing of clusters
and associated features. Feature information is fetched asynchronously from the specified URL.
It is assumed that the URL points to an ASPX page being served using ClusterPage.ServeRequest.
OnClustersChanged is called when new features are available.
|
Name | Description | |
---|---|---|
FetchImages |
Whether images for each cluster will be fetched from the remote server.
|
Name | Description | |
---|---|---|
BeginGetClusters |
Starts calculating clusters asynchronously.
| |
BeginGetImage |
Obtains the image for a cluster synchronously.
| |
BeginRefresh |
Begin an unscheduled refresh of feature data asynchronously.
| |
Dispose |
Disposes of this cluster layer.
| |
EndGetClusters |
Returns the clusters calculated asynchronously by
BeginGetClusters(Int32, BoundingBox, AsyncCallback, Object) when the calculation is complete.
| |
EndGetImage |
Returns the image for a cluster made available by a call to
BeginGetImage.
| |
EndRefresh |
Finish up after an asynchronous refresh begun by a call to BeginRefresh.
| |
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 local cluster layer.
|