@JsType(isNative=true, namespace="Cesium", name="EntityCluster") public class EntityCluster extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
EntityCluster.newClusterCallback |
Modifier and Type | Field and Description |
---|---|
Event |
clusterEvent
Gets the event that will be raised when a new cluster will be displayed.
|
boolean |
enabled
Gets or sets whether clustering is enabled.
|
int |
minimumClusterSize
Gets or sets the minimum number of screen space objects that can be clustered.
|
int |
pixelRange
Gets or sets the pixel range to extend the screen space bounding box.
|
Constructor and Description |
---|
EntityCluster()
Defines how screen space objects (billboards, points, labels) are clustered.
|
EntityCluster(EntityClusterOptions options)
Defines how screen space objects (billboards, points, labels) are clustered.
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys the WebGL resources held by this object.
|
@JsProperty public Event clusterEvent
@JsProperty public boolean enabled
@JsProperty public int minimumClusterSize
@JsProperty public int pixelRange
@JsConstructor public EntityCluster()
@JsConstructor public EntityCluster(EntityClusterOptions options)
options
- EntityClusterOptions
.@JsMethod public void destroy()
Copyright © 2019. All rights reserved.