|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITimeWindow
Provides access to the properties/methods of the time window.
A time window defines the temporal dimension of the time layer. This interface provides access to the properties of the time window.
Method Summary | |
---|---|
String |
getDefinitionQuery()
The definition query. |
String |
getEndField()
The end field. |
String |
getEndFieldFormat()
The end field format. |
String |
getStartField()
The start field. |
String |
getStartFieldFormat()
The start field format. |
boolean |
isAnimateCumulatively()
Indicates whether to animate the display cumulatively. |
void |
setAnimateCumulatively(boolean pAnimateFieldsCumulatively)
Indicates whether to animate the display cumulatively. |
void |
setDefinitionQuery(String pQuery)
The definition query. |
void |
setEndField(String pField)
The end field. |
void |
setEndFieldFormat(String pFieldFormat)
The end field format. |
void |
setStartField(String pField)
The start field. |
void |
setStartFieldFormat(String pField)
The start field format. |
Method Detail |
---|
String getStartField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartField(String pField) throws IOException, AutomationException
pField
- The pField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getEndField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEndField(String pField) throws IOException, AutomationException
pField
- The pField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getStartFieldFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartFieldFormat(String pField) throws IOException, AutomationException
pField
- The pField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getEndFieldFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEndFieldFormat(String pFieldFormat) throws IOException, AutomationException
pFieldFormat
- The pFieldFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAnimateCumulatively() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnimateCumulatively(boolean pAnimateFieldsCumulatively) throws IOException, AutomationException
pAnimateFieldsCumulatively
- The pAnimateFieldsCumulatively (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDefinitionQuery() throws IOException, AutomationException
This property stores the pre-existing definition query of a time layer before time animation is played.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefinitionQuery(String pQuery) throws IOException, AutomationException
pQuery
- The pQuery (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 |