25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSObject.h>
27 #import <ArcGIS/AGSTimeValue.h>
45 #pragma mark initializers
50 #pragma mark properties
AGSTimeUnit
Definition: AGSTimeValue.h:37
Time information details.
Definition: AGSLayerTimeInfo.h:42
NSString * trackIDField
Definition: AGSLayerTimeInfo.h:65
AGSTimeValue * interval
Definition: AGSLayerTimeInfo.h:91
BOOL hasLiveData
Definition: AGSLayerTimeInfo.h:86
NSString * endTimeField
Definition: AGSLayerTimeInfo.h:60
AGSTimeExtent * timeExtent
Definition: AGSLayerTimeInfo.h:96
long long timeInterval
Definition: AGSLayerTimeInfo.h:75
AGSTimeUnit timeUnit
Definition: AGSLayerTimeInfo.h:80
AGSTimeReference * timeReference
Definition: AGSLayerTimeInfo.h:70
NSString * startTimeField
Definition: AGSLayerTimeInfo.h:55
Definition: AGSObject.h:28
Represents a span of time between a start time and end time.
Definition: AGSTimeExtent.h:42
Contains information about how the time was measured.
Definition: AGSTimeReference.h:41
Defines a period of time.
Definition: AGSTimeValue.h:58