LabelVisualizer

new SuperMap3D.LabelVisualizer(entityCluster, entityCollection)

Visualizer,它将Entity#label中的LabelGraphics实例映射到label
Name Type Description
entityCluster EntityCluster 实体集群管理布告板的集合,并可选择与其他实体集群。
entityCollection EntityCollection 要可视化的entityCollection。

Methods

destroy()

删除并销毁此实例创建的所有基元。

isDestroyed()Boolean

如果该对象已被销毁,则返回 true;否则返回 false。
Returns:
如果该对象已被销毁,则为 true;否则为 false。

update(time)Boolean

更新由此可视化工具创建的原语,使其在给定时间与对应的实体相匹配。
Name Type Description
time JulianDate 要更新到的时间。
Returns:
该函数始终返回 true。