Cluster

Cluster

聚合

Constructor

new Cluster(viewer, opt)

Description:
  • 图标、文字等entity聚合类,通过此对象添加的entity都会自动聚合
Parameters:
Name Type Description
viewer Cesium.Viewer 地图viewer对象
opt Object
Properties
Name Type Description
enabled Boolean 是否聚合
pixelRange Number 聚合的像素范围
minimumClusterSize Number 聚合的对象最小数量
conditions Array 聚合的条件数组

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 实体对象