Constructor
new Cluster(viewer, opt)
- Description:
- 图标、文字等entity聚合类,通过此对象添加的entity都会自动聚合
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
viewer |
Cesium.Viewer | 地图viewer对象 | |||||||||||||||
opt |
Object |
Properties
|
Members
clusterDataSource
Properties:
Name | Type | Description |
---|---|---|
clusterDataSource |
Cesium.CustomDataSource | 实体容器 |
Methods
add(ent)
- Description:
- 添加实体
Parameters:
Name | Type | Description |
---|---|---|
ent |
Cesium.Entity | 实体对象 |
clear()
- Description:
- 清空
close()
- Description:
- 关闭聚合
destroy()
- Description:
- 销毁
open()
- Description:
- 开启聚合
remove(ent)
- Description:
- 移除实体
Parameters:
Name | Type | Description |
---|---|---|
ent |
Cesium.Entity | 实体对象 |