Click or drag to resize

Cluster Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A cluster that represents multiple items on the map that are spatially close together relative to the map zoom.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.ClusteringCluster

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class Cluster

The Cluster type exposes the following members.

Constructors
  NameDescription
Public methodCluster
Initializes a new instance of the Cluster class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also