ServiceTimeInfo class final
Represents metadata about a service's support for querying features (see FeatureTable.queryFeatures) and requesting map images for ArcGISMapImageLayer based on time.
It contains various time related information such as the map's time extent and the map's native time reference.
- Implemented types
Properties
- defaultInterval → TimeValue?
-
The default time interval for the service. This can be used as a time
slider's step size.
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- hasLiveData → bool
-
Indicates if the service has live data.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeExtent → TimeExtent?
-
The time extent that includes all of the data in the layer.
no setter
- timeReference → TimeReference?
-
The time reference for the service.
no setter
- timeRelation → TimeRelation
-
The time relation for the service.
no setter
- timeWindow → TimeValue?
-
The default time window for the service to use for a time slider.
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.
override