Description: 'Provides access to members that control trend function arguments.' 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 ITrendFunctionArguments2Proxy extends ITrendFunctionArgumentsProxy implements ITrendFunctionArguments2, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID534cfe4b_c42c_4282_9ffb_61a84a1d2705IID1b183727_8275_436c_9227_baeef6e04bfb| Modifier | Constructor and Description |
|---|---|
|
ITrendFunctionArguments2Proxy()
Deprecated.
For internal use only
|
|
ITrendFunctionArguments2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
ITrendFunctionArguments2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ITrendFunctionArguments2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ITrendFunctionArguments2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
int |
getDimensionDefinitionType()
Deprecated.
The input dimension definition type.
|
java.lang.String |
getDimensionEnd()
Deprecated.
The prediction dimensional end value.
|
double |
getDimensionInterval()
Deprecated.
The prediction dimensional interval.
|
java.lang.String |
getDimensionStart()
Deprecated.
The prediction dimensional start value.
|
java.lang.String |
getDimensionUnit()
Deprecated.
The input dimension definition type.
|
java.lang.String |
getDimensionValues()
Deprecated.
The prediction dimensional value.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setDimensionDefinitionType(int pDimensionDefinition)
Deprecated.
The input dimension definition type.
|
void |
setDimensionEnd(java.lang.String pDimEnd)
Deprecated.
The prediction dimensional end value.
|
void |
setDimensionInterval(double pDimInterval)
Deprecated.
The prediction dimensional interval.
|
void |
setDimensionStart(java.lang.String pDimStart)
Deprecated.
The prediction dimensional start value.
|
void |
setDimensionUnit(java.lang.String pDimensionUnit)
Deprecated.
The input dimension definition type.
|
void |
setDimensionValues(java.lang.String pDimValue)
Deprecated.
The prediction dimensional value.
|
getCurveParameters, getPlaneParameters, getRaster, setCurveParametersByRef, setPlaneParametersByRef, setRasterByRefbindUsingMoniker, 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, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCurveParameters, getPlaneParameters, getRaster, setCurveParametersByRef, setPlaneParametersByRef, setRasterByRefpublic static final java.lang.Class targetClass
public boolean noncastable
public ITrendFunctionArguments2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ITrendFunctionArguments2Proxy()
public ITrendFunctionArguments2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITrendFunctionArguments2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITrendFunctionArguments2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class ITrendFunctionArgumentsProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class ITrendFunctionArgumentsProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic java.lang.String getDimensionValues()
throws java.io.IOException,
AutomationException
getDimensionValues in interface ITrendFunctionArguments2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDimensionValues(java.lang.String pDimValue)
throws java.io.IOException,
AutomationException
setDimensionValues in interface ITrendFunctionArguments2pDimValue - The pDimValue (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getDimensionDefinitionType()
throws java.io.IOException,
AutomationException
getDimensionDefinitionType in interface ITrendFunctionArguments2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDimensionDefinitionType(int pDimensionDefinition)
throws java.io.IOException,
AutomationException
setDimensionDefinitionType in interface ITrendFunctionArguments2pDimensionDefinition - A com.esri.arcgis.datasourcesraster.esriRasterDimensionDefinitionType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDimensionStart()
throws java.io.IOException,
AutomationException
getDimensionStart in interface ITrendFunctionArguments2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDimensionStart(java.lang.String pDimStart)
throws java.io.IOException,
AutomationException
setDimensionStart in interface ITrendFunctionArguments2pDimStart - The pDimStart (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDimensionEnd()
throws java.io.IOException,
AutomationException
getDimensionEnd in interface ITrendFunctionArguments2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDimensionEnd(java.lang.String pDimEnd)
throws java.io.IOException,
AutomationException
setDimensionEnd in interface ITrendFunctionArguments2pDimEnd - The pDimEnd (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getDimensionInterval()
throws java.io.IOException,
AutomationException
getDimensionInterval in interface ITrendFunctionArguments2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDimensionInterval(double pDimInterval)
throws java.io.IOException,
AutomationException
setDimensionInterval in interface ITrendFunctionArguments2pDimInterval - The pDimInterval (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDimensionUnit()
throws java.io.IOException,
AutomationException
getDimensionUnit in interface ITrendFunctionArguments2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDimensionUnit(java.lang.String pDimensionUnit)
throws java.io.IOException,
AutomationException
setDimensionUnit in interface ITrendFunctionArguments2pDimensionUnit - The pDimensionUnit (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.