ArcGIS Runtime SDK for iOS: AGSLayerTimeInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
AGSLayerTimeInfo Class Reference

Description

Time information details.

Instances of this class represent time information of a layer. It contains various time related info for dealing with time-aware layers.

Since
100
Inheritance diagram for AGSLayerTimeInfo:
AGSObject

Properties

NSString * endTimeField
 
BOOL hasLiveData
 
AGSTimeValueinterval
 
NSString * startTimeField
 
AGSTimeExtenttimeExtent
 
long long timeInterval
 
AGSTimeReferencetimeReference
 
AGSTimeUnit timeUnit
 
NSString * trackIDField
 

Property Documentation

◆ endTimeField

- (NSString*) endTimeField
readnonatomiccopy

The name of the attribute field that contains the end time information.

Since
100

◆ hasLiveData

- (BOOL) hasLiveData
readnonatomicassign

Indicates whether the service has live data or not. If true, export and identify operations will default the time extent to start time = (current server time - time interval), end time = current server time.

Since
100

◆ interval

- (AGSTimeValue*) interval
readnonatomicstrong

The time interval of the data in the layer in the layer's defined time units. This is useful in determining a time slider's step size.

Since
100.2

◆ startTimeField

- (NSString*) startTimeField
readnonatomiccopy

The name of the attribute field that contains the start time information.

Since
100

◆ timeExtent

- (AGSTimeExtent*) timeExtent
readnonatomicstrong

The full time extent that is inclusive of all the data in the layer.

Since
100.2

◆ timeInterval

- (long long) timeInterval
readnonatomicassign

Time interval of the data in the layer.

Since
100

◆ timeReference

- (AGSTimeReference*) timeReference
readnonatomicstrong

Information about how the time was referenced.

Since
100

◆ timeUnit

- (AGSTimeUnit) timeUnit
readnonatomicassign

Temporal unit in which the time interval is measured.

Since
100

◆ trackIDField

- (NSString*) trackIDField
readnonatomiccopy

The field that contains the trackId.

Since
100