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 =
public class ISpeckleFilterProxy extends com.esri.arcgis.interop.Dispatch implements ISpeckleFilter, 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, IIDce529581_0814_4970_8d0b_3f48f760ff24
Modifier | Constructor and Description |
---|---|
|
ISpeckleFilterProxy()
Deprecated.
For internal use only
|
|
ISpeckleFilterProxy(java.lang.Object obj)
Deprecated.
|
protected |
ISpeckleFilterProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ISpeckleFilterProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ISpeckleFilterProxy(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.
|
void |
getCenterPosition(int[] atColumn,
int[] atRow)
Deprecated.
Gets the center position of the speckle filter kernel.
|
double |
getDampFactor()
Deprecated.
The extent of damping applied.
|
int |
getFilterType()
Deprecated.
The speckle filter type.
|
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.
|
void |
getSize(int[] nColumns,
int[] nRows)
Deprecated.
Gets the size of the speckle filter kernel.
|
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 |
setFilterType(int pType)
Deprecated.
The speckle filter type.
|
void |
setMultiplicativeNoiseMean(double mulNoiseMean)
Deprecated.
The mean multiplicative noise.
|
void |
setNLooks(int nLooks)
Deprecated.
The number of looks.
|
void |
setNoiseModel(int pType)
Deprecated.
The speckle noise model.
|
void |
setNoiseVariance(double noiseVar)
Deprecated.
The noise variance.
|
void |
setSize(int nColumns,
int nRows)
Deprecated.
Sets the size of the speckle filter kernel.
|
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 ISpeckleFilterProxy(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 ISpeckleFilterProxy()
public ISpeckleFilterProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISpeckleFilterProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISpeckleFilterProxy(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 int getFilterType() throws java.io.IOException, AutomationException
getFilterType
in interface ISpeckleFilter
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 ISpeckleFilter
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 void setSize(int nColumns, int nRows) throws java.io.IOException, AutomationException
setSize
in interface ISpeckleFilter
nColumns
- The nColumns (in)nRows
- The nRows (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getSize(int[] nColumns, int[] nRows) throws java.io.IOException, AutomationException
getSize
in interface ISpeckleFilter
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.public void getCenterPosition(int[] atColumn, int[] atRow) throws java.io.IOException, AutomationException
getCenterPosition
in interface ISpeckleFilter
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.public int getNoiseModel() throws java.io.IOException, AutomationException
getNoiseModel
in interface ISpeckleFilter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNoiseModel(int pType) throws java.io.IOException, AutomationException
setNoiseModel
in interface ISpeckleFilter
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.public void setNoiseVariance(double noiseVar) throws java.io.IOException, AutomationException
setNoiseVariance
in interface ISpeckleFilter
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 ISpeckleFilter
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 ISpeckleFilter
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 ISpeckleFilter
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 ISpeckleFilter
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 ISpeckleFilter
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 ISpeckleFilter
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 ISpeckleFilter
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 ISpeckleFilter
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 ISpeckleFilter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.