|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabaseextensions.ITemporalOperatorProxy
Description: 'Provides access to methods and properties used to identify and manage temporal playback settings.' 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 ITemporalOperatorProxy
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.geodatabaseextensions.ITemporalOperator |
|---|
IID, IID56ae7150_7bfc_11d6_b84d_00010265adc5 |
| Constructor Summary | |
|---|---|
|
ITemporalOperatorProxy()
Deprecated. For internal use only |
|
ITemporalOperatorProxy(java.lang.Object obj)
Deprecated. |
protected |
ITemporalOperatorProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ITemporalOperatorProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ITemporalOperatorProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
add(ITemporalOperator piOtherOperator)
Deprecated. Adds a new temporal operator. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
java.lang.Object |
getAsDate()
Deprecated. Temporal information as a date field. |
java.lang.Object |
getAsInterval(int enumUnits)
Deprecated. Temporal information as an interval value. |
java.lang.String |
getAsString(java.lang.String bstrFormat)
Deprecated. Temporal information as a string. |
double |
getIntervalQuantity()
Deprecated. Number of intervals between events. |
int |
getIntervalUnits()
Deprecated. Units used for interval. |
int |
getType()
Deprecated. The type of temporal data used. |
java.lang.Object |
getValue()
Deprecated. Value of temporal information. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
reset()
Deprecated. Resets the temporal operator. |
void |
setDateTime(int lYear,
short lMonth,
short lDayOfMonth,
short lHour,
short lMinute,
short lSecond,
short lMillisecond)
Deprecated. Sets the value for date and time information. |
void |
setInterval(double dQuantity,
int enumUnits)
Deprecated. Sets the playback time interval between events. |
void |
subtract(ITemporalOperator piOtherOperator)
Deprecated. Subtracts a temporal operator. |
| 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 ITemporalOperatorProxy(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.IOExceptionpublic ITemporalOperatorProxy()
public ITemporalOperatorProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITemporalOperatorProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ITemporalOperatorProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void setDateTime(int lYear,
short lMonth,
short lDayOfMonth,
short lHour,
short lMinute,
short lSecond,
short lMillisecond)
throws java.io.IOException,
AutomationException
setDateTime in interface ITemporalOperatorlYear - The lYear (in)lMonth - The lMonth (in)lDayOfMonth - The lDayOfMonth (in)lHour - The lHour (in)lMinute - The lMinute (in)lSecond - The lSecond (in)lMillisecond - The lMillisecond (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInterval(double dQuantity,
int enumUnits)
throws java.io.IOException,
AutomationException
setInterval in interface ITemporalOperatordQuantity - The dQuantity (in)enumUnits - A com.esri.arcgis.geodatabaseextensions.enumTemporalOperatorUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getType()
throws java.io.IOException,
AutomationException
getType in interface ITemporalOperatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws java.io.IOException,
AutomationException
reset in interface ITemporalOperatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void add(ITemporalOperator piOtherOperator)
throws java.io.IOException,
AutomationException
add in interface ITemporalOperatorpiOtherOperator - A reference to a com.esri.arcgis.geodatabaseextensions.ITemporalOperator (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void subtract(ITemporalOperator piOtherOperator)
throws java.io.IOException,
AutomationException
subtract in interface ITemporalOperatorpiOtherOperator - A reference to a com.esri.arcgis.geodatabaseextensions.ITemporalOperator (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAsString(java.lang.String bstrFormat)
throws java.io.IOException,
AutomationException
getAsString in interface ITemporalOperatorbstrFormat - The bstrFormat (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getAsDate()
throws java.io.IOException,
AutomationException
getAsDate in interface ITemporalOperatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getAsInterval(int enumUnits)
throws java.io.IOException,
AutomationException
getAsInterval in interface ITemporalOperatorenumUnits - A com.esri.arcgis.geodatabaseextensions.enumTemporalOperatorUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getValue()
throws java.io.IOException,
AutomationException
getValue in interface ITemporalOperatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getIntervalQuantity()
throws java.io.IOException,
AutomationException
getIntervalQuantity in interface ITemporalOperatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getIntervalUnits()
throws java.io.IOException,
AutomationException
getIntervalUnits in interface ITemporalOperatorjava.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 | ||||||||