|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISpeckleFilter
Provides access to members that control a speckle filter.
Method Summary | |
---|---|
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. |
Method Detail |
---|
int getFilterType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFilterType(int pType) throws IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriSpeckleFilterType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSize(int nColumns, int nRows) throws IOException, AutomationException
nColumns
- The nColumns (in)nRows
- The nRows (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getSize(int[] nColumns, int[] nRows) throws IOException, AutomationException
nColumns
- The nColumns (in/out: use single element array)nRows
- The nRows (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getCenterPosition(int[] atColumn, int[] atRow) throws IOException, AutomationException
atColumn
- The atColumn (in/out: use single element array)atRow
- The atRow (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNoiseModel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNoiseModel(int pType) throws IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriSpeckleNoiseModel constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNoiseVariance(double noiseVar) throws IOException, AutomationException
noiseVar
- The noiseVar (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getNoiseVariance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAdditiveNoiseMean(double addNoiseMean) throws IOException, AutomationException
addNoiseMean
- The addNoiseMean (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAdditiveNoiseMean() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMultiplicativeNoiseMean(double mulNoiseMean) throws IOException, AutomationException
mulNoiseMean
- The mulNoiseMean (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMultiplicativeNoiseMean() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNLooks(int nLooks) throws IOException, AutomationException
nLooks
- The nLooks (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNLooks() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDampFactor(double dampFactor) throws IOException, AutomationException
dampFactor
- The dampFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDampFactor() throws IOException, AutomationException
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 |