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
)
Function GetClusters (
xMin As Double,
yMin As Double,
xMax As Double,
yMax As Double,
level As Integer
) As List(Of Cluster(Of T))
List<Cluster<T>^>^ GetClusters(
double xMin,
double yMin,
double xMax,
double yMax,
int level
)
abstract GetClusters :
xMin : float *
yMin : float *
xMax : float *
yMax : float *
level : int -> List<Cluster<'T>>
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