PointVisualizer

new Cesium.PointVisualizer (entityCluster, entityCollection)

Name Type Description
entityCluster EntityCluster 实体集群管理广告牌的集合,并可选择与其他实体集群。
entityCollection EntityCollection 要可视化的 entityCollection。

Methods

删除并销毁此实例创建的所有原语。

isDestroyed () Boolean

如果此对象被销毁,则返回 true;否则为假。
Returns:
如果此对象被销毁,则为真;否则为假。

update (time) Boolean

更新此可视化器创建的原语,以在给定时间匹配它们的实体对应物。
Name Type Description
time JulianDate 更新到的时间。
Returns:
此函数始终返回 true。