|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.map.TimeReference
public class TimeReference
This class represents the timezone of a time aware layer and indicates whether or not daylight saving is respected. Note that this information is for reference only, all dates and times for time aware layers are in UTC.
Constructor Summary | |
---|---|
TimeReference()
|
Method Summary | |
---|---|
static TimeReference |
fromJson(org.codehaus.jackson.JsonParser parser)
Create an instance of this class from JSON. |
String |
getTimeZone()
Gets the time zone. |
boolean |
respectsDaylightSaving()
Indicates whether or not the service respects daylight saving. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeReference()
Method Detail |
---|
public String getTimeZone()
public boolean respectsDaylightSaving()
public static TimeReference fromJson(org.codehaus.jackson.JsonParser parser) throws org.codehaus.jackson.JsonParseException, IOException
parser
- the parser
org.codehaus.jackson.JsonParseException
- the json parse exception
IOException
- Signals that an I/O exception has occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |