Click or drag to resize

ClusterVisualization Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An abstract cluster visualization that sets the feature icon to be a purple dot.
Inheritance Hierarchy

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

The ClusterVisualization type exposes the following members.

Constructors
  NameDescription
Public methodClusterVisualization
Creates a new ClusterVisualization with default settings.
Public methodClusterVisualization(Int32, Int32)
Creates a new ClusterVisualization with a specified minimum cluster size.
Top
Properties
  NameDescription
Public propertyFeatureImage
An image drawn when a cluster contains only one feature.
Public propertyFeatureImageAnchor
The offset of the point on FeatureImage that will be located at (0,0) on the image returned by the visualization.
Public propertyFeatureSize
The size (pixels) of a Feature.
Public propertyMinimumClusterSize
The minimum size (pixels) of a Cluster.
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
Obtain a cluster image for a specified image ID. The image ID should have been generated by a call to GetImageId on this visualization
Public methodGetImageId
The image ID for a specified 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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also