|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConvolutionFunctionArguments
Provides access to members that control a kernel-based convolution function.
Method Summary | |
---|---|
int |
getColumns()
The number of columns of the kernel filter. |
IDoubleArray |
getKernel()
The convolution filter kernel values. |
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(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. |
Method Detail |
---|
Object getRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(Object ppRaster) throws IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(int pType) throws IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriRasterFilterTypeEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColumns(int pColumns) throws IOException, AutomationException
pColumns
- The pColumns (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getColumns() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRows(int pRows) throws IOException, AutomationException
pRows
- The pRows (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRows() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getKernel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setKernel(IDoubleArray ppKernel) throws IOException, AutomationException
ppKernel
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
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 |