com.esri.arcgis.animation
Interface ITimeWindow

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITimeWindowProxy, TimeWindow

public interface ITimeWindow
extends java.io.Serializable

COM Interface 'ITimeWindow'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'

Description: 'Provides access to the properties/methods of the time window.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6ecfe5f7_1227_4565_ac21_626316a84d0a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDefinitionQuery()
          The definition query.
 java.lang.String getEndField()
          The end field.
 java.lang.String getEndFieldFormat()
          The end field format.
 java.lang.String getStartField()
          The start field.
 java.lang.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(java.lang.String pQuery)
          The definition query.
 void setEndField(java.lang.String pField)
          The end field.
 void setEndFieldFormat(java.lang.String pFieldFormat)
          The end field format.
 void setStartField(java.lang.String pField)
          The start field.
 void setStartFieldFormat(java.lang.String pField)
          The start field format.
 

Field Detail

IID6ecfe5f7_1227_4565_ac21_626316a84d0a

static final int IID6ecfe5f7_1227_4565_ac21_626316a84d0a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getStartField

java.lang.String getStartField()
                               throws java.io.IOException,
                                      AutomationException
The start field.

Returns:
The pField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartField

void setStartField(java.lang.String pField)
                   throws java.io.IOException,
                          AutomationException
The start field.

Parameters:
pField - The pField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEndField

java.lang.String getEndField()
                             throws java.io.IOException,
                                    AutomationException
The end field.

Returns:
The pField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEndField

void setEndField(java.lang.String pField)
                 throws java.io.IOException,
                        AutomationException
The end field.

Parameters:
pField - The pField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStartFieldFormat

java.lang.String getStartFieldFormat()
                                     throws java.io.IOException,
                                            AutomationException
The start field format.

Returns:
The pField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartFieldFormat

void setStartFieldFormat(java.lang.String pField)
                         throws java.io.IOException,
                                AutomationException
The start field format.

Parameters:
pField - The pField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEndFieldFormat

java.lang.String getEndFieldFormat()
                                   throws java.io.IOException,
                                          AutomationException
The end field format.

Returns:
The pFieldFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEndFieldFormat

void setEndFieldFormat(java.lang.String pFieldFormat)
                       throws java.io.IOException,
                              AutomationException
The end field format.

Parameters:
pFieldFormat - The pFieldFormat (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAnimateCumulatively

boolean isAnimateCumulatively()
                              throws java.io.IOException,
                                     AutomationException
Indicates whether to animate the display cumulatively.

Returns:
The pAnimateFieldsCumulatively
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnimateCumulatively

void setAnimateCumulatively(boolean pAnimateFieldsCumulatively)
                            throws java.io.IOException,
                                   AutomationException
Indicates whether to animate the display cumulatively.

Parameters:
pAnimateFieldsCumulatively - The pAnimateFieldsCumulatively (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefinitionQuery

java.lang.String getDefinitionQuery()
                                    throws java.io.IOException,
                                           AutomationException
The definition query.

Returns:
The pQuery
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefinitionQuery

void setDefinitionQuery(java.lang.String pQuery)
                        throws java.io.IOException,
                               AutomationException
The definition query.

Parameters:
pQuery - The pQuery (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.