|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISpeckleFunctionArguments
Provides access to members that control a speckle function for radar imagery.
Method Summary | |
---|---|
double |
getAdditiveNoiseMean()
The mean additive noise. |
double |
getDampFactor()
The extent of damping applied. |
int |
getFilterSize()
The size of the speckle filter kernel. |
int |
getFilterType()
The type of the speckle filter. |
double |
getMultiplicativeNoiseMean()
The mean multiplicative noise. |
int |
getNLooks()
The number of looks. |
int |
getNoiseModel()
The speckle noise model. |
double |
getNoiseVariance()
The noise variance. |
Object |
getRaster()
The source raster object. |
void |
setAdditiveNoiseMean(double addNoiseMean)
The mean additive noise. |
void |
setDampFactor(double dampFactor)
The extent of damping applied. |
void |
setFilterSize(int pSize)
The size of the speckle filter kernel. |
void |
setFilterType(int pType)
The type of the speckle filter. |
void |
setMultiplicativeNoiseMean(double mulNoiseMean)
The mean multiplicative noise. |
void |
setNLooks(int nLooks)
The number of looks. |
void |
setNoiseModel(int type)
The speckle noise model. |
void |
setNoiseVariance(double noiseVar)
The noise variance. |
void |
setRasterByRef(Object ppRaster)
The source raster object. |
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 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.int getFilterType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFilterSize(int pSize) throws IOException, AutomationException
pSize
- A com.esri.arcgis.datasourcesraster.esriSpeckleFilterKernel constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFilterSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNoiseModel(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.datasourcesraster.esriSpeckleNoiseModel constant (in)
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 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 |