Click or drag to resize

IPointClusterQueryT Interface

Generic interface for querying clusters.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public interface IPointClusterQuery<T>

Type Parameters

T
The item type of the objects.

The IPointClusterQueryT type exposes the following members.

Methods
  NameDescription
Public methodGetClusters
Gets the clusters for a bounding box and a level.
Top
See Also