Cluster Properties |
The Cluster type exposes the following members.
Name | Description | |
---|---|---|
BoundingBox |
The BoundingBox of the cluster in LatLon space.
| |
CenterLatLon | Obsolete.
Obsolete, use CenterOfGravityLatLon instead.
| |
CenterOffset | Obsolete.
Obsolete, use CenterOfGravityOffset instead.
| |
CenterOfGravityLatLon |
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.
| |
CenterOfGravityOffset |
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.
| |
Count |
The number of items in the cluster.
| |
Features |
The features associated with this cluster. Populated by IClusteringAlgorithm.
| |
ImageId |
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.
| |
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.
| |
Summary |
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.
|