com.esri.arcgis.datasourcesraster
Class IConvolutionFunctionArgumentsProxy

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

public class IConvolutionFunctionArgumentsProxy
extends com.esri.arcgis.interop.Dispatch
implements IConvolutionFunctionArguments, java.io.Serializable

Internal use class Proxy for COM Interface 'IConvolutionFunctionArguments'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control a kernel-based convolution function.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.IConvolutionFunctionArguments
IID, IIDc99e8c28_55ee_4c9c_8e6d_b6624b925878
 
Constructor Summary
  IConvolutionFunctionArgumentsProxy()
          For internal use only
  IConvolutionFunctionArgumentsProxy(java.lang.Object obj)
           
protected IConvolutionFunctionArgumentsProxy(java.lang.Object obj, java.lang.String iid)
           
  IConvolutionFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IConvolutionFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 int getColumns()
          The number of columns of the kernel filter.
 IDoubleArray getKernel()
          The convolution filter kernel values.
 java.lang.Object getRaster()
          The source raster object.
 int getRows()
          The number of rows of the kernel filter.
 int getType()
          The type of the stock kernel filter.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setColumns(int pColumns)
          The number of columns of the kernel filter.
 void setKernel(IDoubleArray ppKernel)
          The convolution filter kernel values.
 void setRasterByRef(java.lang.Object ppRaster)
          The source raster object.
 void setRows(int pRows)
          The number of rows of the kernel filter.
 void setType(int pType)
          The type of the stock 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

noncastable

public boolean noncastable
Constructor Detail

IConvolutionFunctionArgumentsProxy

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

IConvolutionFunctionArgumentsProxy

public IConvolutionFunctionArgumentsProxy()
For internal use only


IConvolutionFunctionArgumentsProxy

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

IConvolutionFunctionArgumentsProxy

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

IConvolutionFunctionArgumentsProxy

protected IConvolutionFunctionArgumentsProxy(java.lang.String CLSID,
                                             java.lang.String iid,
                                             java.lang.String host,
                                             com.esri.arcgis.interop.AuthInfo authInfo)
                                      throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getRaster

public java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The source raster object.

Specified by:
getRaster in interface IConvolutionFunctionArguments
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

public void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
The source raster object.

Specified by:
setRasterByRef in interface IConvolutionFunctionArguments
Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setType

public void setType(int pType)
             throws java.io.IOException,
                    AutomationException
The type of the stock kernel filter.

Specified by:
setType in interface IConvolutionFunctionArguments
Parameters:
pType - A com.esri.arcgis.datasourcesraster.esriRasterFilterTypeEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

public int getType()
            throws java.io.IOException,
                   AutomationException
The type of the stock kernel filter.

Specified by:
getType in interface IConvolutionFunctionArguments
Returns:
A com.esri.arcgis.datasourcesraster.esriRasterFilterTypeEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColumns

public void setColumns(int pColumns)
                throws java.io.IOException,
                       AutomationException
The number of columns of the kernel filter.

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

getColumns

public int getColumns()
               throws java.io.IOException,
                      AutomationException
The number of columns of the kernel filter.

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

setRows

public void setRows(int pRows)
             throws java.io.IOException,
                    AutomationException
The number of rows of the kernel filter.

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

getRows

public int getRows()
            throws java.io.IOException,
                   AutomationException
The number of rows of the kernel filter.

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

getKernel

public IDoubleArray getKernel()
                       throws java.io.IOException,
                              AutomationException
The convolution filter kernel values.

Specified by:
getKernel in interface IConvolutionFunctionArguments
Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setKernel

public void setKernel(IDoubleArray ppKernel)
               throws java.io.IOException,
                      AutomationException
The convolution filter kernel values.

Specified by:
setKernel in interface IConvolutionFunctionArguments
Parameters:
ppKernel - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.