LayerTiming

Configuration for a layer's time-based animation.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Defines how to restrict the visibility of a time-specific layer, either past, future or range time intervals.

Link copied to clipboard

Whether data requests for animation frames should be interleaved. Default value is true.

Link copied to clipboard

Maximum number of time intervals to use for the data set.

Link copied to clipboard
lateinit var mode: TimeSeriesMode

The mode of the time series animation.

Link copied to clipboard

The operation to perform on the data within the time series. Defaults to none.

Link copied to clipboard

Defines the valid start and end date range for the layer. When provided, the layer will automatically be hidden outside of this date range.

Functions

Link copied to clipboard

Flags the renderer as dirty so that it is updated during the next render frame.