Click or drag to resize

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>

Type Parameters

T
The type of the items which should be clustered.

The TileBasedPointClustererT type exposes the following members.

Constructors
  NameDescription
Public methodTileBasedPointClustererT
Initializes a new instance of the TileBasedPointClustererT class.
Top
Methods
  NameDescription
Public methodAddPoint
Adds a point to the clusterer.
Public methodCluster
Clusters the elements.
Public methodGetClusters
Gets the clusters for a bounding box and a level.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also