public interface IComputeChangeFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control Compute Change 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID15eefed5_7e6a_4055_9b2a_5dd84435cbfc |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getMethod()
The Compute Change Method.
|
java.lang.Object |
getRaster()
The source raster object.
|
java.lang.Object |
getRaster2()
The second source raster object.
|
void |
setMethod(int pMethod)
The Compute Change Method.
|
void |
setRaster2ByRef(java.lang.Object ppRaster2)
The second source raster object.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
static final int IID15eefed5_7e6a_4055_9b2a_5dd84435cbfc
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getRaster2() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRaster2ByRef(java.lang.Object ppRaster2) throws java.io.IOException, AutomationException
ppRaster2
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMethod(int pMethod) throws java.io.IOException, AutomationException
pMethod
- A com.esri.arcgis.datasourcesraster.esriComputeChangeMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.