com.esri.arcgis.datasourcesraster
Class IRasterConvolutionFilterProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IRasterConvolutionFilterProxy
All Implemented Interfaces:
IRasterConvolutionFilter, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IRasterConvolutionFilter'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterConvolutionFilter
IID, IID64db07df_fc21_4c9a_8441_7cb9791855ea
 
Constructor Summary
  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.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 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.  
 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.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRasterConvolutionFilterProxy

public IRasterConvolutionFilterProxy(java.lang.String CLSID,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.net.UnknownHostException,
                                     java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRasterConvolutionFilterProxy

public IRasterConvolutionFilterProxy()
Deprecated. 
For internal use only


IRasterConvolutionFilterProxy

public IRasterConvolutionFilterProxy(java.lang.Object obj)
                              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterConvolutionFilterProxy

protected IRasterConvolutionFilterProxy(java.lang.Object obj,
                                        java.lang.String iid)
                                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterConvolutionFilterProxy

protected IRasterConvolutionFilterProxy(java.lang.String CLSID,
                                        java.lang.String iid,
                                        java.lang.String host,
                                        com.esri.arcgis.interop.AuthInfo authInfo)
                                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setSize

public void setSize(int nColumns,
                    int nRows)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Sets the size of the kernel filter.

Specified by:
setSize in interface IRasterConvolutionFilter
Parameters:
nColumns - The nColumns (in)
nRows - The nRows (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSize

public void getSize(int[] nColumns,
                    int[] nRows)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Gets the size of the kernel filter.

Specified by:
getSize in interface IRasterConvolutionFilter
Parameters:
nColumns - The nColumns (in/out: use single element array)
nRows - The nRows (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCenterPosition

public void setCenterPosition(int atColumn,
                              int atRow)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Sets the center position of the kernel filter.

Specified by:
setCenterPosition in interface IRasterConvolutionFilter
Parameters:
atColumn - The atColumn (in)
atRow - The atRow (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCenterPosition

public void getCenterPosition(int[] atColumn,
                              int[] atRow)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Gets the center position of the kernel filter.

Specified by:
getCenterPosition in interface IRasterConvolutionFilter
Parameters:
atColumn - The atColumn (in/out: use single element array)
atRow - The atRow (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putCoefficients

public void putCoefficients(double[][] coefList)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Sets the element coefficients of the kernel filter.

Specified by:
putCoefficients in interface IRasterConvolutionFilter
Parameters:
coefList - The coefList (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryCoefficients

public void queryCoefficients(double[][] coefList)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Gets the element coefficients of the kernel filter.

Specified by:
queryCoefficients in interface IRasterConvolutionFilter
Parameters:
coefList - The coefList (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGainFactor

public void setGainFactor(double gainFactor)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The gain factor of the kernel filter.

Specified by:
setGainFactor in interface IRasterConvolutionFilter
Parameters:
gainFactor - The gainFactor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGainFactor

public double getGainFactor()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The gain factor of the kernel filter.

Specified by:
getGainFactor in interface IRasterConvolutionFilter
Returns:
The gainFactor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRecursive

public void setRecursive(boolean recursive)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates whether the filter is recursive.

Specified by:
setRecursive in interface IRasterConvolutionFilter
Parameters:
recursive - The recursive (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRecursive

public boolean isRecursive()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether the filter is recursive.

Specified by:
isRecursive in interface IRasterConvolutionFilter
Returns:
The recursive
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

normalize

public void normalize()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Normalizes the filter.

Specified by:
normalize in interface IRasterConvolutionFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isNormalized

public boolean isNormalized()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates whether the filter is normalized.

Specified by:
isNormalized in interface IRasterConvolutionFilter
Returns:
The normalized
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

scaleBy

public void scaleBy(double scaleFactor)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Scales the filter coefficients.

Specified by:
scaleBy in interface IRasterConvolutionFilter
Parameters:
scaleFactor - The scaleFactor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.