ClusterRenderer Class |
Namespace: Telogis.GeoBase.Clustering
The ClusterRenderer type exposes the following members.
Name | Description | |
---|---|---|
ClusterRenderer |
Creates and initializes the cluster renderer.
A ClusterRenderer will automatically Invalidate the most recent MapCtrl drawn to when the underlying clusters
change. If clusters are desired on more than one MapCtrl it is recommended to use a separate ClusterRenderer for
each.
|
Name | Description | |
---|---|---|
Layer |
The cluster layer to be rendered.
| |
RequiredRendermodes |
Gets the RenderMode required in order
to render the clusters.
|
Name | Description | |
---|---|---|
Dispose |
Disposes of the renderer's resources.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetClusterAt |
Gets the cluster at the specified location.
| |
GetClusterSet |
Gets the current ClusterSet on a given map.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Render |
Renders the clusters on the IMap associated with a
specified render context.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |