定义可视化工具的界面。可视化工具是插件 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.
方法 Methods
删除所有可视化并清理与此实例关联的所有资源。 Removes all visualization and cleans up any resources associated with this instance.
如果该对象被销毁则返回 true;否则为假。 Returns true if this object was destroyed; otherwise, false.
返回: Returns:
如果该对象被销毁,则为 True;否则为假。 True if this object was destroyed; otherwise, false.
将可视化更新为提供的时间。 Updates the visualization to the provided time.
| 名称 Name | 类型 Type | 说明 Description |
|---|---|---|
time |
JulianDate | 时间。 The time. |
返回: Returns:
如果显示已更新到提供的时间,则为 true;如果可视化工具正在等待异步操作完成才能更新数据,则为 false。 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.
