ClusterLayer

聚合图层

new TS.ClusterLayer(id, options)

聚合图层
Name Type Description
id String id
options Object 可选的 支持以下属性
Name Type Default Description
size Number 48 可选的 聚合的尺寸
pixelRange Number 40 可选的 聚合像素的尺寸
gradient Object {"0.0001": DC.Color.DEEPSKYBLUE,"0.001": DC.Color.GREEN,"0.01": DC.Color.ORANGE,"0.1": DC.Color.RED} 可选的 聚合尺寸的颜色幅度 类似于 {"0.01":TS.Color.RED}
style String "circle" 可选的 circle或者clustering
fontSize Number 13 可选的 文字的大小
fontColor Cesium.Color Cesium.Color.BLACK 可选的 字体的颜色

Methods

_clusterEventHandler(clusteredEntities, cluster)

Name Type Description
clusteredEntities *
cluster *