TileBasedPointClustererT Class |
This class creates cluster objects for points.
Inheritance Hierarchy SystemObject
Ptv.XServer.Controls.Map.ToolsTileBasedPointClustererT
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public class TileBasedPointClusterer<T> : IPointClusterQuery<T>
Public Class TileBasedPointClusterer(Of T)
Implements IPointClusterQuery(Of T)
generic<typename T>
public ref class TileBasedPointClusterer : IPointClusterQuery<T>
type TileBasedPointClusterer<'T> =
class
interface IPointClusterQuery<'T>
end
Type Parameters
- T
- The type of the items which should be clustered.
The TileBasedPointClustererT type exposes the following members.
Constructors Methods
| Name | Description |
---|
| AddPoint | Adds a point to the clusterer. |
| Cluster | Clusters the elements. |
| GetClusters | Gets the clusters for a bounding box and a level. |
TopExtension Methods
| Name | Description |
---|
| ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |
TopSee Also