Description: 'Provides access to members that control a raster kernel-based 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 IRasterConvolutionFilterProxy extends com.esri.arcgis.interop.Dispatch implements IRasterConvolutionFilter, 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, IID64db07df_fc21_4c9a_8441_7cb9791855ea
Modifier | Constructor and Description |
---|---|
|
IRasterConvolutionFilterProxy()
Deprecated.
For internal use only
|
|
IRasterConvolutionFilterProxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterConvolutionFilterProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterConvolutionFilterProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterConvolutionFilterProxy(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.
|
void |
getCenterPosition(int[] atColumn,
int[] atRow)
Deprecated.
Gets the center position of the kernel filter.
|
double |
getGainFactor()
Deprecated.
The gain factor of the kernel filter.
|
void |
getSize(int[] nColumns,
int[] nRows)
Deprecated.
Gets the size of the kernel filter.
|
boolean |
isNormalized()
Deprecated.
Indicates whether the filter is normalized.
|
boolean |
isRecursive()
Deprecated.
Indicates whether the filter is recursive.
|
void |
normalize()
Deprecated.
Normalizes the filter.
|
void |
putCoefficients(double[][] coefList)
Deprecated.
Sets the element coefficients of the kernel filter.
|
void |
queryCoefficients(double[][] coefList)
Deprecated.
Gets the element coefficients of the kernel filter.
|
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 |
scaleBy(double scaleFactor)
Deprecated.
Scales the filter coefficients.
|
void |
setCenterPosition(int atColumn,
int atRow)
Deprecated.
Sets the center position of the kernel filter.
|
void |
setGainFactor(double gainFactor)
Deprecated.
The gain factor of the kernel filter.
|
void |
setRecursive(boolean recursive)
Deprecated.
Indicates whether the filter is recursive.
|
void |
setSize(int nColumns,
int nRows)
Deprecated.
Sets the size of the kernel filter.
|
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 IRasterConvolutionFilterProxy(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 IRasterConvolutionFilterProxy()
public IRasterConvolutionFilterProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterConvolutionFilterProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRasterConvolutionFilterProxy(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 void setSize(int nColumns, int nRows) throws java.io.IOException, AutomationException
setSize
in interface IRasterConvolutionFilter
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 IRasterConvolutionFilter
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 setCenterPosition(int atColumn, int atRow) throws java.io.IOException, AutomationException
setCenterPosition
in interface IRasterConvolutionFilter
atColumn
- The atColumn (in)atRow
- The atRow (in)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 IRasterConvolutionFilter
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 void putCoefficients(double[][] coefList) throws java.io.IOException, AutomationException
putCoefficients
in interface IRasterConvolutionFilter
coefList
- The coefList (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryCoefficients(double[][] coefList) throws java.io.IOException, AutomationException
queryCoefficients
in interface IRasterConvolutionFilter
coefList
- The coefList (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGainFactor(double gainFactor) throws java.io.IOException, AutomationException
setGainFactor
in interface IRasterConvolutionFilter
gainFactor
- The gainFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getGainFactor() throws java.io.IOException, AutomationException
getGainFactor
in interface IRasterConvolutionFilter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRecursive(boolean recursive) throws java.io.IOException, AutomationException
setRecursive
in interface IRasterConvolutionFilter
recursive
- The recursive (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isRecursive() throws java.io.IOException, AutomationException
isRecursive
in interface IRasterConvolutionFilter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void normalize() throws java.io.IOException, AutomationException
normalize
in interface IRasterConvolutionFilter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isNormalized() throws java.io.IOException, AutomationException
isNormalized
in interface IRasterConvolutionFilter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void scaleBy(double scaleFactor) throws java.io.IOException, AutomationException
scaleBy
in interface IRasterConvolutionFilter
scaleFactor
- The scaleFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.