|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapTimeDisplay2
Provides access to members that control the current time on the map.
Method Summary | |
---|---|
int |
getTimeRelation()
Time relation used with the time window for the map. |
boolean |
isHasLiveData()
Indicates whether the map has a time-enabled layer that is being updated frequently with new data. |
boolean |
isShowTimeOnDisplay()
Indicates whether time is displayed on the map. |
void |
setHasLiveData(boolean flag)
Indicates whether the map has a time-enabled layer that is being updated frequently with new data. |
void |
setShowTimeOnDisplay(boolean flag)
Indicates whether time is displayed on the map. |
void |
setTimeRelation(int relation)
Time relation used with the time window for the map. |
Method Detail |
---|
boolean isHasLiveData() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHasLiveData(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTimeRelation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeRelation(int relation) throws IOException, AutomationException
relation
- A com.esri.arcgis.system.esriTimeRelation constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowTimeOnDisplay() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowTimeOnDisplay(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |