DataSourceDisplay

Visualizes a collection of DataSource instances.

See also

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion
Link copied to clipboard
sealed interface ConstructorOptions

Properties

Link copied to clipboard

Gets the collection of data sources to display.

Link copied to clipboard

Gets the default data source instance which can be used to manually create and visualize entities not tied to a specific data source. This instance is always available and does not appear in the list dataSources collection.

Link copied to clipboard

Gets a value indicating whether or not all entities in the data source are ready

Link copied to clipboard

Gets the scene associated with this display.

Functions

Link copied to clipboard
fun destroy()

Destroys the WebGL resources held by this object. Destroying an object allows for deterministic release of WebGL resources, instead of relying on the garbage collector to destroy this object.

Link copied to clipboard

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

Link copied to clipboard

Updates the display to the provided time.