PointVisualizer

external class PointVisualizer(entityCluster: EntityCluster, entityCollection: EntityCollection) : Visualizer(source)

A Visualizer which maps Entity.point to a PointPrimitive.

Parameters

entityCluster

The entity cluster to manage the collection of billboards and optionally cluster with other entities.

entityCollection

The entityCollection to visualize.

See also

Constructors

Link copied to clipboard
constructor(entityCluster: EntityCluster, entityCollection: EntityCollection)

Functions

Link copied to clipboard
open override fun destroy()

Removes and destroys all primitives created by this instance.

Link copied to clipboard
open override fun isDestroyed(): Boolean

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

Link copied to clipboard
open override fun update(time: JulianDate): Boolean

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