Click or drag to resize

IClusterVisualization Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Generates images to represent clusters. Each image has a unique image ID.

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

The IClusterVisualization type exposes the following members.

Properties
  NameDescription
Public propertyFeatureSize
Gets the size of an unclustered feature.
Public propertyMinimumClusterSize
Get the minimum cluster size (in pixels) for this visualization.
Top
Methods
  NameDescription
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.
Top
See Also