27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSObject.h>
29 #import <ArcGIS/AGSTimeValue.h>
56 #pragma mark initializers
61 #pragma mark properties
AGSTimeRelation
Definition: AGSServiceTimeInfo.h:37
@ AGSTimeRelationAfterStartOverlapsEnd
Definition: AGSServiceTimeInfo.h:40
@ AGSTimeRelationOverlaps
Definition: AGSServiceTimeInfo.h:39
@ AGSTimeRelationOverlapsStartWithinEnd
Definition: AGSServiceTimeInfo.h:41
@ AGSTimeRelationUnknown
Definition: AGSServiceTimeInfo.h:38
AGSTimeUnit
Definition: AGSTimeValue.h:37
Definition: AGSObject.h:28
Information about an ArcGIS Server service time info.
Definition: AGSServiceTimeInfo.h:54
AGSTimeValue * timeWindow
Definition: AGSServiceTimeInfo.h:97
AGSTimeUnit defaultTimeIntervalUnit
Definition: AGSServiceTimeInfo.h:73
AGSTimeRelation timeRelation
Definition: AGSServiceTimeInfo.h:95
NSInteger defaultTimeInterval
Definition: AGSServiceTimeInfo.h:68
AGSTimeValue * defaultInterval
Definition: AGSServiceTimeInfo.h:63
NSInteger defaultTimeWindow
Definition: AGSServiceTimeInfo.h:78
BOOL hasLiveData
Definition: AGSServiceTimeInfo.h:83
AGSTimeReference * timeReference
Definition: AGSServiceTimeInfo.h:90
AGSTimeExtent * timeExtent
Definition: AGSServiceTimeInfo.h:85
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