ClusterVisualizationDot Class |
Namespace: Telogis.GeoBase.Clustering
The ClusterVisualizationDot type exposes the following members.
Name | Description | |
---|---|---|
ClusterVisualizationDot |
Creates a new ClusterVisualizationDot with default settings.
|
Name | Description | |
---|---|---|
FeatureImage |
An image drawn when a cluster contains only one feature.
(Inherited from ClusterVisualization.) | |
FeatureImageAnchor |
The offset of the point on FeatureImage that will be located at (0,0) on the image
returned by the visualization.
(Inherited from ClusterVisualization.) | |
FeatureSize |
The size (pixels) of a Feature.
(Inherited from ClusterVisualization.) | |
MinimumClusterSize |
The minimum size (pixels) of a Cluster.
(Inherited from ClusterVisualization.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetImage |
Creates the image described by an ImageId. The ImageId should have been obtained
from a call to GetImageId on this ClusterVisualization.
(Overrides ClusterVisualizationGetImage(String).) | |
GetImageId |
Gets the ImageId for a Cluster which can later be passed into GetImage in order to
render the cluster.
(Overrides ClusterVisualizationGetImageId(Cluster).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetFeatureImage |
Sets a new feature image. A feature image is displayed for clusters of only one item.
(Inherited from ClusterVisualization.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |