|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.animation.ITimeWindowProxy
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 =
public class ITimeWindowProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.animation.ITimeWindow |
---|
IID, IID6ecfe5f7_1227_4565_ac21_626316a84d0a |
Constructor Summary | |
---|---|
|
ITimeWindowProxy()
Deprecated. For internal use only |
|
ITimeWindowProxy(java.lang.Object obj)
Deprecated. |
protected |
ITimeWindowProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ITimeWindowProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ITimeWindowProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
java.lang.String |
getDefinitionQuery()
Deprecated. The definition query. |
java.lang.String |
getEndField()
Deprecated. The end field. |
java.lang.String |
getEndFieldFormat()
Deprecated. The end field format. |
java.lang.String |
getStartField()
Deprecated. The start field. |
java.lang.String |
getStartFieldFormat()
Deprecated. The start field format. |
boolean |
isAnimateCumulatively()
Deprecated. Indicates whether to animate the display cumulatively. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAnimateCumulatively(boolean pAnimateFieldsCumulatively)
Deprecated. Indicates whether to animate the display cumulatively. |
void |
setDefinitionQuery(java.lang.String pQuery)
Deprecated. The definition query. |
void |
setEndField(java.lang.String pField)
Deprecated. The end field. |
void |
setEndFieldFormat(java.lang.String pFieldFormat)
Deprecated. The end field format. |
void |
setStartField(java.lang.String pField)
Deprecated. The start field. |
void |
setStartFieldFormat(java.lang.String pField)
Deprecated. The start field format. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ITimeWindowProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ITimeWindowProxy()
public ITimeWindowProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITimeWindowProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITimeWindowProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getStartField() throws java.io.IOException, AutomationException
getStartField
in interface ITimeWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStartField(java.lang.String pField) throws java.io.IOException, AutomationException
setStartField
in interface ITimeWindow
pField
- The pField (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getEndField() throws java.io.IOException, AutomationException
getEndField
in interface ITimeWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEndField(java.lang.String pField) throws java.io.IOException, AutomationException
setEndField
in interface ITimeWindow
pField
- The pField (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getStartFieldFormat() throws java.io.IOException, AutomationException
getStartFieldFormat
in interface ITimeWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStartFieldFormat(java.lang.String pField) throws java.io.IOException, AutomationException
setStartFieldFormat
in interface ITimeWindow
pField
- The pField (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getEndFieldFormat() throws java.io.IOException, AutomationException
getEndFieldFormat
in interface ITimeWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEndFieldFormat(java.lang.String pFieldFormat) throws java.io.IOException, AutomationException
setEndFieldFormat
in interface ITimeWindow
pFieldFormat
- The pFieldFormat (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAnimateCumulatively() throws java.io.IOException, AutomationException
isAnimateCumulatively
in interface ITimeWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnimateCumulatively(boolean pAnimateFieldsCumulatively) throws java.io.IOException, AutomationException
setAnimateCumulatively
in interface ITimeWindow
pAnimateFieldsCumulatively
- The pAnimateFieldsCumulatively (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefinitionQuery() throws java.io.IOException, AutomationException
getDefinitionQuery
in interface ITimeWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefinitionQuery(java.lang.String pQuery) throws java.io.IOException, AutomationException
setDefinitionQuery
in interface ITimeWindow
pQuery
- The pQuery (in)
java.io.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 |