| java.lang.Object | |
| ↳ | com.esri.core.map.TimeOptions |
Time options
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| enum | TimeOptions.Units | Units for time options. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TimeOptions() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object obj) | ||||||||||
| static TimeOptions |
fromJson(JsonParser parser)
@return
| ||||||||||
| int | getTimeOffset() | ||||||||||
| TimeOptions.Units | getTimeOffsetUnits() | ||||||||||
| int | hashCode() | ||||||||||
| boolean | isTimeDataCumulative() | ||||||||||
| boolean | isUseTime() | ||||||||||
| void | setTimeDataCumulative(boolean timeDataCumulative) | ||||||||||
| void | setTimeOffset(int timeOffset) | ||||||||||
| void | setTimeOffsetUnits(TimeOptions.Units timeOffsetUnits) | ||||||||||
| void | setUseTime(boolean useTime) | ||||||||||
| String |
toJson()
@return
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
@return
| JsonParseException | |
| IOException | |
| IOException | |
| JsonParseException |
| timeDataCumulative | the timeDataCumulative to set |
|---|
| timeOffset | the timeOffset to set |
|---|
| timeOffsetUnits | the timeOffsetUnits to set |
|---|
| useTime | the useTime to set |
|---|