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, Externalizable, Serializable

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

Provides access to members that control a kernel-based convolution function.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IConvolutionFunctionArgumentsProxy()
           
  IConvolutionFunctionArgumentsProxy(Object obj)
           
protected IConvolutionFunctionArgumentsProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 int getColumns()
          The number of columns of the kernel filter.
 IDoubleArray getKernel()
          The convolution filter kernel values.
 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(String iidStr, 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(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

noncastable

public boolean noncastable
Constructor Detail

IConvolutionFunctionArgumentsProxy

public IConvolutionFunctionArgumentsProxy()

IConvolutionFunctionArgumentsProxy

public IConvolutionFunctionArgumentsProxy(Object obj)
                                   throws IOException
Throws:
IOException

IConvolutionFunctionArgumentsProxy

protected IConvolutionFunctionArgumentsProxy(Object obj,
                                             String iid)
                                      throws IOException
Throws:
IOException
Method Detail

addListener

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

removeListener

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

getRaster

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setRasterByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setType

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getType

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setColumns

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getColumns

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setRows

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getRows

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getKernel

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setKernel

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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