Telogis.GeoBase.Clustering.Cluster |
A cluster that represents multiple items on the map that are spatially close together relative to the map zoom.
Name | Type | Description |
---|---|---|
boundingBox | BoundingBox | The BoundingBox of the cluster in LatLon space. Defaults to null. |
centerOfGravityLatLon | LatLon | 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. |
centerOfGravityOffset | Point | 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. |
count | Integer | The number of items in the cluster. Defaults to null. |
imageId | String | 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. |
rectangle | Rectangle | 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. |
summary | Object | 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. |