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>
Public Interface IPointClusterQuery(Of T)
generic<typename T>
public interface class IPointClusterQuery
type IPointClusterQuery<'T> = interface end
Type Parameters
- T
- The item type of the objects.
The IPointClusterQueryT type exposes the following members.
Methods
| Name | Description |
---|
| GetClusters | Gets the clusters for a bounding box and a level. |
TopSee Also