public interface IConvolutionFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control a kernel-based convolution function.' 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 |
IIDc99e8c28_55ee_4c9c_8e6d_b6624b925878 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getColumns()
The number of columns of the kernel filter.
|
IDoubleArray |
getKernel()
The convolution filter kernel values.
|
java.lang.Object |
getRaster()
The source raster object.
|
int |
getRows()
The number of rows of the kernel filter.
|
int |
getType()
The type of the stock kernel filter.
|
void |
setColumns(int pColumns)
The number of columns of the kernel filter.
|
void |
setKernel(IDoubleArray ppKernel)
The convolution filter kernel values.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
void |
setRows(int pRows)
The number of rows of the kernel filter.
|
void |
setType(int pType)
The type of the stock kernel filter.
|
static final int IIDc99e8c28_55ee_4c9c_8e6d_b6624b925878
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.void setType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriRasterFilterTypeEnum constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setColumns(int pColumns) throws java.io.IOException, AutomationException
pColumns
- The pColumns (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getColumns() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRows(int pRows) throws java.io.IOException, AutomationException
pRows
- The pRows (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRows() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getKernel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setKernel(IDoubleArray ppKernel) throws java.io.IOException, AutomationException
ppKernel
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.