Visualizer

new Cesium.Visualizer()

Defines the interface for visualizers. Visualizers are plug-ins toDataSourceDisplay that render data associated withDataSource instances.This object is an interface for documentation purposes and is not intendedto be instantiated directly.
See:

Methods

destroy()

Removes all visualization and cleans up any resources associated with this instance.

isDestroyed()Boolean

Returns true if this object was destroyed; otherwise, false.
Returns:
True if this object was destroyed; otherwise, false.

update(time)Boolean

Updates the visualization to the provided time.
Name Type Description
time JulianDate The time.
Returns:
True if the display was updated to the provided time,false if the visualizer is waiting for an asynchronous operation tocomplete before data can be updated.