ClusterT Class |
Namespace: Ptv.XServer.Controls.Map.Tools
The ClusterT type exposes the following members.
| Name | Description | |
|---|---|---|
| Aggregate | Gets or sets the aggregated value of the cluster. | |
| CentroidX | Gets the aggregated centroid x value of the cluster. | |
| CentroidY | Gets the aggregated centroid y value of the cluster. | |
| Level | Gets or sets the cluster level. | |
| NumPoints | Gets or sets the number of points in a cluster. | |
| SumX | Gets or sets the centroid x value of the cluster. | |
| SumY | Gets or sets the centroid y value of the cluster. | |
| Tags | Gets the list of items in a cluster. | |
| TileX | Gets or sets the x-key of the cluster. | |
| TileY | Gets or sets the y-key of the cluster. |
| Name | Description | |
|---|---|---|
| AddCluster | Adds a cluster. | |
| AddPoint | Adds a point to the cluster. |
| Name | Description | |
|---|---|---|
| ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |