Click or drag to resize

RemoteClusterLayer Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The RemoteClusterLayer type exposes the following members.

Methods
  NameDescription
Public methodBeginGetClusters
Starts calculating clusters asynchronously.
Public methodBeginGetImage
Obtains the image for a cluster synchronously.
Public methodBeginRefresh
Begin an unscheduled refresh of feature data asynchronously.
Public methodDispose
Disposes of this cluster layer.
Public methodEndGetClusters
Returns the clusters calculated asynchronously by BeginGetClusters(Int32, BoundingBox, AsyncCallback, Object) when the calculation is complete.
Public methodEndGetImage
Returns the image for a cluster made available by a call to BeginGetImage.
Public methodEndRefresh
Finish up after an asynchronous refresh begun by a call to BeginRefresh.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also