Click or drag to resize

Telogis.GeoBase.Clustering.Cluster

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

A cluster that represents multiple items on the map that are spatially close together relative to the map zoom.

Properties
NameTypeDescription
boundingBoxBoundingBox

The BoundingBox of the cluster in LatLon space.

Defaults to null.
centerOfGravityLatLonLatLon

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.

Defaults to null.
centerOfGravityOffsetPoint

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.

Defaults to null.
countInteger

The number of items in the cluster.

Defaults to null.
imageIdString

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.

Defaults to null.
rectangleRectangle

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.

Defaults to null.
summaryObject

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.

Defaults to null.