Click or drag to resize

IPointClusterQueryTGetClusters Method

Gets the clusters for a bounding box and a level.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
List<Cluster<T>> GetClusters(
	double xMin,
	double yMin,
	double xMax,
	double yMax,
	int level
)

Parameters

xMin
Type: SystemDouble
The minimum x coordinate of the bounding box.
yMin
Type: SystemDouble
The minimum y coordinate of the bounding box.
xMax
Type: SystemDouble
The maximum x coordinate of the bounding box.
yMax
Type: SystemDouble
The maximum y coordinate of the bounding box.
level
Type: SystemInt32
The level of the clusters.

Return Value

Type: ListClusterT
The list of cluster objects.
See Also