English中文

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.
另见: See:

方法 Methods

删除所有可视化并清理与此实例关联的所有资源。 Removes all visualization and cleans up any resources associated with this instance.

isDestroyed()boolean

如果该对象被销毁则返回 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.
需要帮助吗?获得答案的最快方法是从社区和团队那里获得答案 Need help? The fastest way to get answers is from the community and team on the Cesium Forum.