Click or drag to resize

IPointClusterQuery<T>.GetClusters 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: System.Double
The minimum x coordinate of the bounding box.
yMin
Type: System.Double
The minimum y coordinate of the bounding box.
xMax
Type: System.Double
The maximum x coordinate of the bounding box.
yMax
Type: System.Double
The maximum y coordinate of the bounding box.
level
Type: System.Int32
The level of the clusters.

Return Value

Type: List<Cluster<T>>
The list of cluster objects.
See Also