DynamicLabelVisualizer

DynamicLabelVisualizer

new

A Visualizer which maps the DynamicLabel instance in DynamicObject#label to a Label.

Parameters:
Name Type Description
scene Scene The scene the primitives will be rendered in.
dynamicObjectCollection DynamicObjectCollection The dynamicObjectCollection to visualize.
Source:

Methods

Removes and destroys all primitives created by this instance.

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

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

Updates the primitives created by this visualizer to match their DynamicObject counterpart at the given time.

Parameters:
Name Type Description
time JulianDate The time to update to.
Returns:
Boolean This function always returns true.