new Cesium.Visualizer()

定义可视化器的界面。 可视化器是插件 DataSourceDisplay that render data associated with DataSource instances. 此对象是一个用于文档目的的接口, 而非意图 to be instantiated directly.
See:

Methods

destroy()

删除所有可视化并清理与此实例相关的任何资源 .

isDestroyed()boolean

如果此对象被销毁, 返回真实; 否则, 错误 .
Returns:
如果此天体被销毁, 则属真; 否则, 属假 .

update(time)boolean

更新可视化到提供的时间.
Name Type Description
time JulianDate The time.
Returns:
如果显示被更新到提供的时间,则属实, 如果可视化器正在等待同步操作到 在更新数据之前完成.
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.