public interface IComputeChangeFunctionArguments2 extends IComputeChangeFunctionArguments, 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 |
IIDffeb7f86_181e_4029_b36b_c5dc5f3d1daf |
static int |
xxDummy
Deprecated.
Internal use only
|
IID15eefed5_7e6a_4055_9b2a_5dd84435cbfc
Modifier and Type | Method and Description |
---|---|
int |
getCellsizeType()
The different ways for estimating cellsize.
|
int |
getExtentType()
The different ways for estimating extent.
|
ILongArray |
getFromClassValues()
The list of class values to be selected from the from raster.
|
int |
getKeepMethod()
The Compute Change Keep Method.
|
ILongArray |
getToClassValues()
The list of class values to be selected from the to raster.
|
int |
getUseColorMethod()
The Compute Change Use Color Method.
|
void |
setCellsizeType(int pType)
The different ways for estimating cellsize.
|
void |
setExtentType(int pType)
The different ways for estimating extent.
|
void |
setFromClassValuesByRef(ILongArray ppClassValues)
The list of class values to be selected from the from raster.
|
void |
setKeepMethod(int pMethod)
The Compute Change Keep Method.
|
void |
setToClassValuesByRef(ILongArray ppClassValues)
The list of class values to be selected from the to raster.
|
void |
setUseColorMethod(int pMethod)
The Compute Change Use Color Method.
|
getMethod, getRaster, getRaster2, setMethod, setRaster2ByRef, setRasterByRef
static final int IIDffeb7f86_181e_4029_b36b_c5dc5f3d1daf
static final int xxDummy
static final java.lang.String IID
ILongArray getFromClassValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFromClassValuesByRef(ILongArray ppClassValues) throws java.io.IOException, AutomationException
ppClassValues
- A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray getToClassValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setToClassValuesByRef(ILongArray ppClassValues) throws java.io.IOException, AutomationException
ppClassValues
- A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getKeepMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setKeepMethod(int pMethod) throws java.io.IOException, AutomationException
pMethod
- A com.esri.arcgis.datasourcesraster.esriComputeChangeKeepMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getUseColorMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUseColorMethod(int pMethod) throws java.io.IOException, AutomationException
pMethod
- A com.esri.arcgis.datasourcesraster.esriComputeChangeUseColorMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getExtentType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExtentType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriExtentType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCellsizeType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCellsizeType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriCellsizeType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.