ArcGIS Runtime SDK for iOS
100.15
|
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.
Properties | |
NSString * | endTimeField |
BOOL | hasLiveData |
AGSTimeValue * | interval |
NSString * | startTimeField |
AGSTimeExtent * | timeExtent |
long long | timeInterval |
AGSTimeReference * | timeReference |
AGSTimeUnit | timeUnit |
NSString * | trackIDField |
|
readnonatomiccopy |
The name of the attribute field that contains the end time information.
|
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.
|
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.
|
readnonatomiccopy |
The name of the attribute field that contains the start time information.
|
readnonatomicstrong |
The full time extent that is inclusive of all the data in the layer.
|
readnonatomicassign |
Time interval of the data in the layer.
|
readnonatomicstrong |
Information about how the time was referenced.
|
readnonatomicassign |
Temporal unit in which the time interval is measured.
|
readnonatomiccopy |
The field that contains the trackId.