Click or drag to resize

ClusterSummaryDelegate Delegate

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A delegate used for summarizing clustered features by a LocalClusterLayer.

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public delegate JSONObject ClusterSummaryDelegate(
	IList<IPointFeature> features
)

Parameters

features
Type: System.Collections.GenericIListIPointFeature
The features to be summarized.

Return Value

Type: JSONObject
A user-defined object that represents the set of summarized features.
Remarks
The object produced by a ClusterSummaryDelegate is assigned by an IClusteringAlgorithm to the Summary property of a cluster.
See Also