public interface IRasterConvolutionFilter
extends java.io.Serializable
Description: 'Provides access to members that control a raster kernel-based filter.' 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 |
IID64db07df_fc21_4c9a_8441_7cb9791855ea |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
getCenterPosition(int[] atColumn,
int[] atRow)
Gets the center position of the kernel filter.
|
double |
getGainFactor()
The gain factor of the kernel filter.
|
void |
getSize(int[] nColumns,
int[] nRows)
Gets the size of the kernel filter.
|
boolean |
isNormalized()
Indicates whether the filter is normalized.
|
boolean |
isRecursive()
Indicates whether the filter is recursive.
|
void |
normalize()
Normalizes the filter.
|
void |
putCoefficients(double[][] coefList)
Sets the element coefficients of the kernel filter.
|
void |
queryCoefficients(double[][] coefList)
Gets the element coefficients of the kernel filter.
|
void |
scaleBy(double scaleFactor)
Scales the filter coefficients.
|
void |
setCenterPosition(int atColumn,
int atRow)
Sets the center position of the kernel filter.
|
void |
setGainFactor(double gainFactor)
The gain factor of the kernel filter.
|
void |
setRecursive(boolean recursive)
Indicates whether the filter is recursive.
|
void |
setSize(int nColumns,
int nRows)
Sets the size of the kernel filter.
|
static final int IID64db07df_fc21_4c9a_8441_7cb9791855ea
static final int xxDummy
static final java.lang.String IID
void setSize(int nColumns, int nRows) throws java.io.IOException, AutomationException
nColumns
- The nColumns (in)nRows
- The nRows (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getSize(int[] nColumns, int[] nRows) throws java.io.IOException, AutomationException
nColumns
- The nColumns (in/out: use single element array)nRows
- The nRows (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCenterPosition(int atColumn, int atRow) throws java.io.IOException, AutomationException
atColumn
- The atColumn (in)atRow
- The atRow (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getCenterPosition(int[] atColumn, int[] atRow) throws java.io.IOException, AutomationException
atColumn
- The atColumn (in/out: use single element array)atRow
- The atRow (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putCoefficients(double[][] coefList) throws java.io.IOException, AutomationException
coefList
- The coefList (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryCoefficients(double[][] coefList) throws java.io.IOException, AutomationException
coefList
- The coefList (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGainFactor(double gainFactor) throws java.io.IOException, AutomationException
gainFactor
- The gainFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getGainFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRecursive(boolean recursive) throws java.io.IOException, AutomationException
recursive
- The recursive (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRecursive() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void normalize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isNormalized() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void scaleBy(double scaleFactor) throws java.io.IOException, AutomationException
scaleFactor
- The scaleFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.