Click or drag to resize

ClusterVisualizationDot Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
ClusterVisualizationDot displays Clusters as colored circle containing the number of elements in the Cluster. The color of the circle depends on how many elements the Cluster contains.
Inheritance Hierarchy

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class ClusterVisualizationDot : ClusterVisualization

The ClusterVisualizationDot type exposes the following members.

Constructors
  NameDescription
Public methodClusterVisualizationDot
Creates a new ClusterVisualizationDot with default settings.
Top
Properties
  NameDescription
Public propertyFeatureImage
An image drawn when a cluster contains only one feature.
(Inherited from ClusterVisualization.)
Public propertyFeatureImageAnchor
The offset of the point on FeatureImage that will be located at (0,0) on the image returned by the visualization.
(Inherited from ClusterVisualization.)
Public propertyFeatureSize
The size (pixels) of a Feature.
(Inherited from ClusterVisualization.)
Public propertyMinimumClusterSize
The minimum size (pixels) of a Cluster.
(Inherited from ClusterVisualization.)
Top
Methods
  NameDescription
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 methodGetImage
Creates the image described by an ImageId. The ImageId should have been obtained from a call to GetImageId on this ClusterVisualization.
(Overrides ClusterVisualizationGetImage(String).)
Public methodGetImageId
Gets the ImageId for a Cluster which can later be passed into GetImage in order to render the cluster.
(Overrides ClusterVisualizationGetImageId(Cluster).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetFeatureImage
Sets a new feature image. A feature image is displayed for clusters of only one item.
(Inherited from ClusterVisualization.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also