Appearance
KBE3D / KBCore / Cesium / Visualizer
类: Visualizer
Defines the interface for visualizers. Visualizers are plug-ins to DataSourceDisplay that render data associated with DataSource instances. This object is an interface for documentation purposes and is not intended to be instantiated directly.
方法
update()
update(
time:JulianDate):boolean
Updates the visualization to the provided time.
参数
time
The time.
返回
boolean
True if the display was updated to the provided time, false if the visualizer is waiting for an asynchronous operation to complete before data can be updated.
isDestroyed()
isDestroyed():
boolean
Returns true if this object was destroyed; otherwise, false.
返回
boolean
True if this object was destroyed; otherwise, false.
destroy()
destroy():
void
Removes all visualization and cleans up any resources associated with this instance.
返回
void
构造函数
构造函数
new Visualizer():
Visualizer
返回
Visualizer
