LayerTimeInfo class final

Metadata about a Layer or Sublayers support for time.

It contains various information needed to be able to perform time based queries such as the time fields, the native time reference and the time extent.

Implemented types

Properties

endTimeField String
The name of the field that contains the end time for each feature in the layer.
no setter
hashCode int
The hash code for this object.
no setterinherited
hasLiveData bool
Whether there is live data.
no setter
interval TimeValue?
The time interval of the data in the layer.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTimeField String
The name of the field that contains the start time for each feature in the layer.
no setter
timeExtent TimeExtent?
The time extent that is inclusive of all the data in the layer.
no setter
timeReference TimeReference?
Information about the time reference used for time values in the layer.
no setter
trackIdField String
The field name that defines the track ID.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited