Class: PointVisualizer

PointVisualizer

new PointVisualizer(entityCluster, entityCollection)

Parameters:
Name Type Description
entityCluster EntityCluster The entity cluster to manage the collection of billboards and optionally cluster with other entities.
entityCollection EntityCollection The entityCollection to visualize.
Source:

Methods

destroy()

Removes and destroys all primitives created by 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 primitives created by this visualizer to match their Entity counterpart at the given time.
Parameters:
Name Type Description
time JulianDate The time to update to.
Source:
Returns:
This function always returns true.
Type
Boolean