Click or drag to resize

ClusterT Class

This class holds the information for a cluster.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.ToolsClusterT

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 Cluster<T>

Type Parameters

T
The data item for the cluster.

The ClusterT type exposes the following members.

Constructors
  NameDescription
Public methodClusterT
Initializes a new instance of the ClusterT class.
Top
Properties
  NameDescription
Public propertyAggregate
Gets or sets the aggregated value of the cluster.
Public propertyCentroidX
Gets the aggregated centroid x value of the cluster.
Public propertyCentroidY
Gets the aggregated centroid y value of the cluster.
Public propertyLevel
Gets or sets the cluster level.
Public propertyNumPoints
Gets or sets the number of points in a cluster.
Public propertySumX
Gets or sets the centroid x value of the cluster.
Public propertySumY
Gets or sets the centroid y value of the cluster.
Public propertyTags
Gets the list of items in a cluster.
Public propertyTileX
Gets or sets the x-key of the cluster.
Public propertyTileY
Gets or sets the y-key of the cluster.
Top
Methods
  NameDescription
Public methodAddCluster
Adds a cluster.
Public methodAddPoint
Adds a point to the cluster.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also