|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapTimeDisplay
Provides access to members that control the current time on the map.
Method Summary | |
---|---|
ITimeExtent |
computeFullTimeExtent()
computeFullTimeExtent |
ITimeExtent |
getCurrentTimeExtent()
getCurrentTimeExtent |
double |
getDefaultTimeInterval()
getDefaultTimeInterval |
int |
getDefaultTimeIntervalUnits()
getDefaultTimeIntervalUnits |
double |
getDefaultTimeWindow()
getDefaultTimeWindow |
String |
getDisplayDateFormat()
getDisplayDateFormat |
int |
getDisplaySpeed()
getDisplaySpeed |
String |
getDisplayTimeFormat()
getDisplayTimeFormat |
ITimeExtent |
getFullTimeExtent()
getFullTimeExtent |
int |
getPlayOption()
getPlayOption |
ILayer |
getTimeExtentDefinitionLayer()
getTimeExtentDefinitionLayer |
int |
getTimeExtentOption()
getTimeExtentOption |
ITimeReference |
getTimeReference()
getTimeReference |
ITimeValue |
getTimeValue()
getTimeValue |
boolean |
hasTimeData()
hasTimeData |
boolean |
isDisplayEachTimestamp()
isDisplayEachTimestamp |
boolean |
isDynamicTimeRefresh()
isDynamicTimeRefresh |
boolean |
isShowTime()
isShowTime |
void |
setCurrentTimeExtentByRef(ITimeExtent timeExtent)
setCurrentTimeExtentByRef |
void |
setDefaultTimeInterval(double interval)
setDefaultTimeInterval |
void |
setDefaultTimeIntervalUnits(int units)
setDefaultTimeIntervalUnits |
void |
setDefaultTimeWindow(double duration)
setDefaultTimeWindow |
void |
setDisplayDateFormat(String dateFormat)
setDisplayDateFormat |
void |
setDisplayEachTimestamp(boolean value)
setDisplayEachTimestamp |
void |
setDisplaySpeed(int speed)
setDisplaySpeed |
void |
setDisplayTimeFormat(String timeFormat)
setDisplayTimeFormat |
void |
setDynamicTimeRefresh(boolean flag)
setDynamicTimeRefresh |
void |
setFullTimeExtentByRef(ITimeExtent timeExtent)
setFullTimeExtentByRef |
void |
setPlayOption(int option)
setPlayOption |
void |
setShowTime(boolean flag)
setShowTime |
void |
setTimeExtentDefinitionLayerByRef(ILayer layer)
setTimeExtentDefinitionLayerByRef |
void |
setTimeExtentOption(int option)
setTimeExtentOption |
void |
setTimeReferenceByRef(ITimeReference timeReference)
setTimeReferenceByRef |
void |
setTimeValueByRef(ITimeValue time)
setTimeValueByRef |
Method Detail |
---|
boolean hasTimeData() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDefaultTimeInterval() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultTimeInterval(double interval) throws IOException, AutomationException
interval
- The interval (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDefaultTimeIntervalUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultTimeIntervalUnits(int units) throws IOException, AutomationException
units
- A com.esri.arcgis.system.esriTimeUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDefaultTimeWindow() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultTimeWindow(double duration) throws IOException, AutomationException
duration
- The duration (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITimeExtent getFullTimeExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFullTimeExtentByRef(ITimeExtent timeExtent) throws IOException, AutomationException
timeExtent
- A reference to a com.esri.arcgis.system.ITimeExtent (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITimeExtent getCurrentTimeExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrentTimeExtentByRef(ITimeExtent timeExtent) throws IOException, AutomationException
timeExtent
- A reference to a com.esri.arcgis.system.ITimeExtent (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITimeValue getTimeValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeValueByRef(ITimeValue time) throws IOException, AutomationException
time
- A reference to a com.esri.arcgis.system.ITimeValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITimeReference getTimeReference() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeReferenceByRef(ITimeReference timeReference) throws IOException, AutomationException
timeReference
- A reference to a com.esri.arcgis.system.ITimeReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDisplayDateFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayDateFormat(String dateFormat) throws IOException, AutomationException
dateFormat
- The dateFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDisplayTimeFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayTimeFormat(String timeFormat) throws IOException, AutomationException
timeFormat
- The timeFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDisplayEachTimestamp() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayEachTimestamp(boolean value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDisplaySpeed() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplaySpeed(int speed) throws IOException, AutomationException
speed
- The speed (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPlayOption() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPlayOption(int option) throws IOException, AutomationException
option
- A com.esri.arcgis.carto.esriMapTimePlayOption constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTimeExtentOption() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeExtentOption(int option) throws IOException, AutomationException
option
- A com.esri.arcgis.carto.esriMapTimeExtentOption constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getTimeExtentDefinitionLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeExtentDefinitionLayerByRef(ILayer layer) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDynamicTimeRefresh() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDynamicTimeRefresh(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowTime(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITimeExtent computeFullTimeExtent() throws IOException, AutomationException
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 |