Click or drag to resize

Cluster Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The Cluster type exposes the following members.

Properties
  NameDescription
Public propertyBoundingBox
The BoundingBox of the cluster in LatLon space.
Public propertyCenterLatLon Obsolete.
Obsolete, use CenterOfGravityLatLon instead.
Public propertyCenterOffset Obsolete.
Obsolete, use CenterOfGravityOffset instead.
Public propertyCenterOfGravityLatLon
The center of the cluster in LatLon space. Not necessarily the center of the rectangle, as the center is calculated based on the locations of the items within the cluster.
Public propertyCenterOfGravityOffset
The center of the cluster in IMap space, relative to the Rectangle.XY. Not necessarily the center of the rectangle, as the center is calculated based on the locations of the items within the cluster.
Public propertyCount
The number of items in the cluster.
Public propertyFeatures
The features associated with this cluster. Populated by IClusteringAlgorithm.
Public propertyImageId
A string used to create the cluster image. This string is set by the IClusterVisualization and contains sufficient information for the IClusterVisualization to render an image of the cluster without access to any other information about the cluster or its items.
Public propertyRectangle
The rectangle for this cluster - defined in terms of IMap space. When running on a GeoStream server the coordinates are in terms of the world-bitmap.
Public propertySummary
An object created by ClusterSummaryDelegate for containing information that is used to visualize the cluster. The summary information can be used by an IClusterVisualization to produce an ImageId.
Top
See Also