ServiceTimeInfo

Represents metadata about a service's support for querying features (see FeatureTable.queryFeatures(QueryParameters)) 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.

Since

200.1.0

See also

FeatureTable.queryFeatures

(QueryParameters)

ArcGISMapImageLayer

Properties

Link copied to clipboard

The default time interval for the service. This can be used as a time slider's step size. Will return null if an error occurs or if the service doesn't define a default time interval.

Link copied to clipboard

Indicates if the service has live data. If true, export and identify operations will default the TimeExtent to startTime = (current server time - time interval), endTime = current server time.

Link copied to clipboard

The time extent that includes all of the data in the layer. The time extent of the service. Will return null if an error occurs or if the service is not time aware.

Link copied to clipboard

The time reference for the service. Will return null if an error occurs or if the service has no time reference.

Link copied to clipboard

The time relation for the service. This can be used for determining how a time slider's start and end time are processed.

Link copied to clipboard

The default time window for the service to use for a time slider. Will return null if an error occurs or if the service doesn't define a default time window. If this value is null, then the time slider should create and use a time extent for an instant in time (start time = end time), if it is greater than 0 this value should be used as the difference between the start time and end time.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int