Click or drag to resize

LineClusterT Class

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

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

Type Parameters

T
Documentation in progress...

The LineClusterT type exposes the following members.

Constructors
  NameDescription
Public methodLineClusterT
Initializes a new instance of the LineClusterT class.
Top
Properties
  NameDescription
Public propertyAggregate1
Gets or sets Documentation in progress...
Public propertyAggregate2
Gets or sets Documentation in progress...
Public propertyAggregateLine
Gets or sets Documentation in progress...
Public propertyCentroidX1
Gets Documentation in progress...
Public propertyCentroidX2
Gets Documentation in progress...
Public propertyCentroidY1
Gets Documentation in progress...
Public propertyCentroidY2
Gets Documentation in progress...
Public propertyLevel
Gets or sets Documentation in progress...
Public propertyNumLines
Gets or sets Documentation in progress...
Public propertySumX1
Gets or sets Documentation in progress...
Public propertySumX2
Gets or sets Documentation in progress...
Public propertySumY1
Gets or sets Documentation in progress...
Public propertySumY2
Gets or sets Documentation in progress...
Public propertyTags
Gets Documentation in progress...
Public propertyTileX1
Gets or sets Documentation in progress...
Public propertyTileX2
Gets or sets Documentation in progress...
Public propertyTileY1
Gets or sets Documentation in progress...
Public propertyTileY2
Gets or sets Documentation in progress...
Top
Methods
  NameDescription
Public methodAddCluster
Documentation in progress...
Public methodAddPoint
Documentation in progress...
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also