PolylineVisualizer

Primitive实例表示的多段线的可视化工具。
new PolylineVisualizer(scene, entityCollection, primitives, groundPrimitives)
Parameters:
scene (Scene) 基本体将在其中渲染的场景。
entityCollection (EntityCollection) 要可视化的EntityCollection。
primitives (PrimitiveCollection) (default scene.primitives) 用于添加与实体相关的基元的集合
groundPrimitives (PrimitiveCollection) (default scene.groundPrimitives) 用于添加与实体相关的基本体的集合

Methods

destroy()
删除并销毁此实例创建的所有基元。
isDestroyed() → {Boolean}
如果此对象被破坏,则返回true;否则返回false。
update(time) → {Boolean}
更新此可视化工具创建的所有原语,以便在给定时间匹配其实体对应项。
Parameters:
time (JulianDate) 更新到的时间。