Click or drag to resize

ClusterRenderer Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The ClusterRenderer class renders clusters from an IClusterLayer on a map. 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.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.ClusteringClusterRenderer

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class ClusterRenderer : IMapRenderer, 
	IDisposable

The ClusterRenderer type exposes the following members.

Constructors
  NameDescription
Public methodClusterRenderer
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.
Top
Properties
  NameDescription
Public propertyLayer
The cluster layer to be rendered.
Public propertyRequiredRendermodes
Gets the RenderMode required in order to render the clusters.
Top
Methods
  NameDescription
Public methodDispose
Disposes of the renderer's resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetClusterAt
Gets the cluster at the specified location.
Public methodGetClusterSet
Gets the current ClusterSet on a given map.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRender
Renders the clusters on the IMap associated with a specified render context.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also