ArcGIS Runtime SDK for iOS: AGSServiceTimeInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSServiceTimeInfo Class Reference

Description

Information about an ArcGIS Server service time info.

Instances of this class represent information about an ArcGIS service time info.

Since
100.2
Inheritance diagram for AGSServiceTimeInfo:
AGSObject

Instance Methods

(BOOL) - isEqualToServiceTimeInfo:
 

Properties

AGSTimeValuedefaultInterval
 
NSInteger defaultTimeInterval
 
AGSTimeUnit defaultTimeIntervalUnit
 
NSInteger defaultTimeWindow
 
BOOL hasLiveData
 
AGSTimeExtenttimeExtent
 
AGSTimeReferencetimeReference
 
AGSTimeRelation timeRelation
 
AGSTimeValuetimeWindow
 

Method Documentation

◆ isEqualToServiceTimeInfo:

- (BOOL) isEqualToServiceTimeInfo: (AGSServiceTimeInfo *)  other

Determines whether or not two time infos are equal.

Parameters
otherThe time info to compare the current time info with.
Since
100.2

Property Documentation

◆ defaultInterval

- (AGSTimeValue*) defaultInterval
readnonatomicstrong

◆ defaultTimeInterval

- (NSInteger) defaultTimeInterval
readnonatomicassign

Default time interval of the data in the service.

Since
100.2

◆ defaultTimeIntervalUnit

- (AGSTimeUnit) defaultTimeIntervalUnit
readnonatomicassign

Temporal unit in which the default time interval is measured.

Since
100.2

◆ defaultTimeWindow

- (NSInteger) defaultTimeWindow
readnonatomicassign

Default time window of the data in the service.

Since
100.2

◆ hasLiveData

- (BOOL) hasLiveData
readnonatomicassign

Indicates whether the service has live data.

Since
100.2

◆ timeExtent

- (AGSTimeExtent*) timeExtent
readnonatomicstrong

◆ timeReference

- (AGSTimeReference*) timeReference
readnonatomicstrong

Information about the time reference of the data in the service.

Since
100.2

◆ timeRelation

- (AGSTimeRelation) timeRelation
readnonatomicassign

Indicates time relation.

Since
100.2

◆ timeWindow

- (AGSTimeValue*) timeWindow
readnonatomicstrong