|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.map.TimeInfo
public class TimeInfo
This class contains information about time aware map service layers or individual layers within a map service.
Information from a map service will consist of the valid range of date/time covered (getTimeExtent()
) and
the time zone (getTimeReference()
). Information from a single map service layer will also consist of the
start and end time fields, the track ID field, the interval between dates/times in the range and the export options
that determine the behaviour of the layer when time ranges are set (see TimeOptions
).
Constructor Summary | |
---|---|
TimeInfo()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
static TimeInfo |
fromJson(org.codehaus.jackson.JsonParser parser)
Create an instance of this class from a JSON string. |
String |
getEndTimeField()
Gets the end time field. |
TimeOptions |
getExportOptions()
Gets the export options. |
String |
getStartTimeField()
Gets the start time field. |
TimeExtent |
getTimeExtent()
Gets the time extent. |
int |
getTimeInterval()
Gets the time interval. |
TimeOptions.Units |
getTimeIntervalUnits()
Gets the time interval units. |
TimeReference |
getTimeReference()
Gets the time reference. |
String |
getTrackIdField()
Gets the track id field. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TimeInfo()
Method Detail |
---|
public String getStartTimeField()
public String getEndTimeField()
public String getTrackIdField()
public TimeExtent getTimeExtent()
public TimeReference getTimeReference()
public int getTimeInterval()
getTimeIntervalUnits()
.
public TimeOptions.Units getTimeIntervalUnits()
public TimeOptions getExportOptions()
public static TimeInfo 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.public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |