A layer that support timeInfo.

interface TimeAwareLayer {
    timeExtent: TimeExtent;
    timeInfo: TimeInfo;
    timeOffset: TimeInterval;
    useViewTime: boolean;
}

Hierarchy

  • default
    • TimeAwareLayer

Properties

timeExtent: TimeExtent

The layer's time extent.

timeInfo: TimeInfo

TimeInfo provides information such as date fields that store start and end time for each feature and the fullTimeExtent for the layer.

timeOffset: TimeInterval

A temporary offset of the time data based on a certain TimeInterval.

useViewTime: boolean

Determines if the layer will update its temporal data based on the view's timeExtent.