Click or drag to resize

ColumnClusteringCalculateClusters Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calculates the clusters for a specified map and set of features.

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public IEnumerable<Cluster> CalculateClusters(
	IMap map,
	IEnumerable<IPointFeature> features,
	IClusterVisualization visualization
)

Parameters

map
Type: Telogis.GeoBaseIMap
The map to contain the clusters.
features
Type: System.Collections.GenericIEnumerableIPointFeature
The features on the map to be grouped into clusters.
visualization
Type: Telogis.GeoBase.ClusteringIClusterVisualization
An object to visualize clusters into images.

Return Value

Type: IEnumerableCluster
A collection of cluster objects.

Implements

IClusteringAlgorithmCalculateClusters(IMap, IEnumerableIPointFeature, IClusterVisualization)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when map, features or visualization is null.
See Also