ServiceTimeInfo QML Type
Information about a time-aware map service. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- ServiceTimeInfo is part of QML Type List.
Properties
- defaultInterval : TimeValue
- hasLiveData : bool
- timeExtent : TimeExtent
- timeReference : TimeReference
- timeRelation : Enums.TimeRelation
- timeWindow : TimeValue
Methods
- bool equals(ServiceTimeInfo other)
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
A map service can return information about whether it contains time-aware layers, and time information for specific time-aware layers in the map service. Information comes from the map service in the form of this object. The information from a map service consists of the following:
- Time zone information (TimeReference)
Property Documentation
[read-only, since Esri.ArcGISRuntime 100.3] defaultInterval : TimeValue |
Returns the default time interval for the service (read-only).
This can be used as a time slider's step size.
This property was introduced in Esri.ArcGISRuntime 100.3.
[read-only] hasLiveData : bool |
Returns whether the service contains live data (read-only).
[read-only, since Esri.ArcGISRuntime 100.3] timeExtent : TimeExtent |
Returns the time extent that is inclusive of all the data in the layer (read-only).
This property was introduced in Esri.ArcGISRuntime 100.3.
[read-only] timeReference : TimeReference |
Returns the TimeReference (read-only).
This indicates the time zone and whether daylight saving time is honored. Note that the actual time values used by the server are UTC.
[read-only] timeRelation : Enums.TimeRelation |
Returns the value that indicates how the start and end time of the time slider extent are processed (read-only).
See also Enums.TimeRelation.
[read-only, since Esri.ArcGISRuntime 200.1] timeWindow : TimeValue |
The default time window for the service to use for a time slider (read-only).
This can be used as the difference between the start time and end time.
This property was introduced in Esri.ArcGISRuntime 200.1.
Method Documentation
|
Compares two ServiceTimeInfos for equality.
Returns whether this instance and other are equivalent.
This method was introduced in Esri.ArcGISRuntime 200.1.