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 =
public class ISpeckleFunctionArgumentsProxy extends com.esri.arcgis.interop.Dispatch implements ISpeckleFunctionArguments, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDb8099ff7_e990_4418_ad03_efbd626875d7
Modifier | Constructor and Description |
---|---|
|
ISpeckleFunctionArgumentsProxy()
Deprecated.
For internal use only
|
|
ISpeckleFunctionArgumentsProxy(java.lang.Object obj)
Deprecated.
|
protected |
ISpeckleFunctionArgumentsProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ISpeckleFunctionArgumentsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ISpeckleFunctionArgumentsProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
double |
getAdditiveNoiseMean()
Deprecated.
The mean additive noise.
|
double |
getDampFactor()
Deprecated.
The extent of damping applied.
|
int |
getFilterSize()
Deprecated.
The size of the speckle filter kernel.
|
int |
getFilterType()
Deprecated.
The type of the speckle filter.
|
double |
getMultiplicativeNoiseMean()
Deprecated.
The mean multiplicative noise.
|
int |
getNLooks()
Deprecated.
The number of looks.
|
int |
getNoiseModel()
Deprecated.
The speckle noise model.
|
double |
getNoiseVariance()
Deprecated.
The noise variance.
|
java.lang.Object |
getRaster()
Deprecated.
The source raster object.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setAdditiveNoiseMean(double addNoiseMean)
Deprecated.
The mean additive noise.
|
void |
setDampFactor(double dampFactor)
Deprecated.
The extent of damping applied.
|
void |
setFilterSize(int pSize)
Deprecated.
The size of the speckle filter kernel.
|
void |
setFilterType(int pType)
Deprecated.
The type of the speckle filter.
|
void |
setMultiplicativeNoiseMean(double mulNoiseMean)
Deprecated.
The mean multiplicative noise.
|
void |
setNLooks(int nLooks)
Deprecated.
The number of looks.
|
void |
setNoiseModel(int type)
Deprecated.
The speckle noise model.
|
void |
setNoiseVariance(double noiseVar)
Deprecated.
The noise variance.
|
void |
setRasterByRef(java.lang.Object ppRaster)
Deprecated.
The source raster object.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public ISpeckleFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ISpeckleFunctionArgumentsProxy()
public ISpeckleFunctionArgumentsProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISpeckleFunctionArgumentsProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISpeckleFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.lang.Object getRaster() throws java.io.IOException, AutomationException
getRaster
in interface ISpeckleFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
setRasterByRef
in interface ISpeckleFunctionArguments
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFilterType(int pType) throws java.io.IOException, AutomationException
setFilterType
in interface ISpeckleFunctionArguments
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.public int getFilterType() throws java.io.IOException, AutomationException
getFilterType
in interface ISpeckleFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFilterSize(int pSize) throws java.io.IOException, AutomationException
setFilterSize
in interface ISpeckleFunctionArguments
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.public int getFilterSize() throws java.io.IOException, AutomationException
getFilterSize
in interface ISpeckleFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNoiseModel(int type) throws java.io.IOException, AutomationException
setNoiseModel
in interface ISpeckleFunctionArguments
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.public int getNoiseModel() throws java.io.IOException, AutomationException
getNoiseModel
in interface ISpeckleFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNoiseVariance(double noiseVar) throws java.io.IOException, AutomationException
setNoiseVariance
in interface ISpeckleFunctionArguments
noiseVar
- The noiseVar (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getNoiseVariance() throws java.io.IOException, AutomationException
getNoiseVariance
in interface ISpeckleFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAdditiveNoiseMean(double addNoiseMean) throws java.io.IOException, AutomationException
setAdditiveNoiseMean
in interface ISpeckleFunctionArguments
addNoiseMean
- The addNoiseMean (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getAdditiveNoiseMean() throws java.io.IOException, AutomationException
getAdditiveNoiseMean
in interface ISpeckleFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMultiplicativeNoiseMean(double mulNoiseMean) throws java.io.IOException, AutomationException
setMultiplicativeNoiseMean
in interface ISpeckleFunctionArguments
mulNoiseMean
- The mulNoiseMean (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMultiplicativeNoiseMean() throws java.io.IOException, AutomationException
getMultiplicativeNoiseMean
in interface ISpeckleFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNLooks(int nLooks) throws java.io.IOException, AutomationException
setNLooks
in interface ISpeckleFunctionArguments
nLooks
- The nLooks (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getNLooks() throws java.io.IOException, AutomationException
getNLooks
in interface ISpeckleFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDampFactor(double dampFactor) throws java.io.IOException, AutomationException
setDampFactor
in interface ISpeckleFunctionArguments
dampFactor
- The dampFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getDampFactor() throws java.io.IOException, AutomationException
getDampFactor
in interface ISpeckleFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.