public interface ISpeckleFilter
extends java.io.Serializable
Description: 'Provides access to members that control a speckle 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 |
IIDce529581_0814_4970_8d0b_3f48f760ff24 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getAdditiveNoiseMean()
The mean additive noise.
|
void |
getCenterPosition(int[] atColumn,
int[] atRow)
Gets the center position of the speckle filter kernel.
|
double |
getDampFactor()
The extent of damping applied.
|
int |
getFilterType()
The speckle filter type.
|
double |
getMultiplicativeNoiseMean()
The mean multiplicative noise.
|
int |
getNLooks()
The number of looks.
|
int |
getNoiseModel()
The speckle noise model.
|
double |
getNoiseVariance()
The noise variance.
|
void |
getSize(int[] nColumns,
int[] nRows)
Gets the size of the speckle filter kernel.
|
void |
setAdditiveNoiseMean(double addNoiseMean)
The mean additive noise.
|
void |
setDampFactor(double dampFactor)
The extent of damping applied.
|
void |
setFilterType(int pType)
The speckle filter type.
|
void |
setMultiplicativeNoiseMean(double mulNoiseMean)
The mean multiplicative noise.
|
void |
setNLooks(int nLooks)
The number of looks.
|
void |
setNoiseModel(int pType)
The speckle noise model.
|
void |
setNoiseVariance(double noiseVar)
The noise variance.
|
void |
setSize(int nColumns,
int nRows)
Sets the size of the speckle filter kernel.
|
static final int IIDce529581_0814_4970_8d0b_3f48f760ff24
static final int xxDummy
static final java.lang.String IID
int getFilterType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFilterType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriSpeckleFilterType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.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 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.int getNoiseModel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNoiseModel(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriSpeckleNoiseModel constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNoiseVariance(double noiseVar) throws java.io.IOException, AutomationException
noiseVar
- The noiseVar (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getNoiseVariance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAdditiveNoiseMean(double addNoiseMean) throws java.io.IOException, AutomationException
addNoiseMean
- The addNoiseMean (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getAdditiveNoiseMean() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMultiplicativeNoiseMean(double mulNoiseMean) throws java.io.IOException, AutomationException
mulNoiseMean
- The mulNoiseMean (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMultiplicativeNoiseMean() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNLooks(int nLooks) throws java.io.IOException, AutomationException
nLooks
- The nLooks (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getNLooks() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDampFactor(double dampFactor) throws java.io.IOException, AutomationException
dampFactor
- The dampFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getDampFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.