Click or drag to resize

TransientClusterLayer Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates and initializes a transient cluster layer for fetching and indexing clusters.

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public TransientClusterLayer(
	IClusteringAlgorithm algorithm,
	IPointFeatureSource datasource,
	ClusterSummaryDelegate summaryDel,
	IClusterVisualization visualization
)

Parameters

algorithm
Type: Telogis.GeoBase.ClusteringIClusteringAlgorithm
The clustering algorithm to use for combining map features into clusters.
datasource
Type: Telogis.GeoBase.DataSourcesIPointFeatureSource
A data source for obtaining point features to be clustered.
summaryDel
Type: Telogis.GeoBase.ClusteringClusterSummaryDelegate
A function for combining the features in a cluster into a single summary object.
visualization
Type: Telogis.GeoBase.ClusteringIClusterVisualization
A visualizer for producing the image that appears on maps to represent the cluster.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when algorithm, datasource or visualization is null.
See Also