Class: Visualizer

Visualizer

new 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.
Source:
See:

Methods

destroy()

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

isDestroyed() → {Boolean}

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

update(time) → {Boolean}

Updates the visualization to the provided time.
Parameters:
Name Type Description
time JulianDate The time.
Source:
Returns:
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.
Type
Boolean