public interface ISpeckleFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control a speckle function for radar imagery.' 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 |
IIDb8099ff7_e990_4418_ad03_efbd626875d7 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.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(java.lang.Object ppRaster)
The source raster object.
|
static final int IIDb8099ff7_e990_4418_ad03_efbd626875d7
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)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.int getFilterType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFilterSize(int pSize) throws java.io.IOException, AutomationException
pSize
- A com.esri.arcgis.datasourcesraster.esriSpeckleFilterKernel constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFilterSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNoiseModel(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.datasourcesraster.esriSpeckleNoiseModel constant (in)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 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.