|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITimeDisplay
Provides access to members that control the Time Extent.
This interface allows the Display to respond to programmatic commands that change the currently displayed time. All layers participating in the Time system will respond to commands sent to this Display interface.
Method Summary | |
---|---|
ITimeReference |
getTimeReference()
Time reference using which the data has to be displayed. |
ITimeValue |
getTimeValue()
Time Extent for which the data has to be displayed. |
void |
setTimeReference(ITimeReference timeReference)
Time reference using which the data has to be displayed. |
void |
setTimeValue(ITimeValue timeExtent)
Time Extent for which the data has to be displayed. |
Method Detail |
---|
ITimeValue getTimeValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeValue(ITimeValue timeExtent) throws IOException, AutomationException
timeExtent
- 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 setTimeReference(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |