TimeExtent

Represents a span of time between a start time and end time. To create a time extent which represents an instant in time set the start time and end time to the same time value. The TimeExtent is returned in the meta-data for time-aware services and layers. It is often used to create a time slider ranging from a start time to an end time.

Since

200.1.0

See also

LayerTimeInfo
ServiceTimeInfo
GeoView.timeExtent

Constructors

Link copied to clipboard
constructor(timeInstant: Instant?)

Creates a time extent with a time instant.

constructor(startTime: Instant?, endTime: Instant?)

Creates a time extent with the given start and end times.

Properties

Link copied to clipboard

The end time of this time extent.

Link copied to clipboard

The start time of this time extent.