| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IConvolutionFunctionArgumentsProxy
public class IConvolutionFunctionArgumentsProxy
Provides access to members that control a kernel-based convolution function.
| 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 | 
|---|
public boolean noncastable
| Constructor Detail | 
|---|
public IConvolutionFunctionArgumentsProxy()
public IConvolutionFunctionArgumentsProxy(Object obj)
                                   throws IOException
IOException
protected IConvolutionFunctionArgumentsProxy(Object obj,
                                             String iid)
                                      throws IOException
IOException| Method Detail | 
|---|
public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public Object getRaster()
                 throws IOException,
                        AutomationException
getRaster in interface IConvolutionFunctionArgumentsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRasterByRef(Object ppRaster)
                    throws IOException,
                           AutomationException
setRasterByRef in interface IConvolutionFunctionArgumentsppRaster - A reference to another Object (IUnknown)  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setType(int pType)
             throws IOException,
                    AutomationException
setType in interface IConvolutionFunctionArgumentspType - A com.esri.arcgis.datasourcesraster.esriRasterFilterTypeEnum constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getType()
            throws IOException,
                   AutomationException
getType in interface IConvolutionFunctionArgumentsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setColumns(int pColumns)
                throws IOException,
                       AutomationException
setColumns in interface IConvolutionFunctionArgumentspColumns - The pColumns  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getColumns()
               throws IOException,
                      AutomationException
getColumns in interface IConvolutionFunctionArgumentsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRows(int pRows)
             throws IOException,
                    AutomationException
setRows in interface IConvolutionFunctionArgumentspRows - The pRows  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRows()
            throws IOException,
                   AutomationException
getRows in interface IConvolutionFunctionArgumentsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDoubleArray getKernel()
                       throws IOException,
                              AutomationException
getKernel in interface IConvolutionFunctionArgumentsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setKernel(IDoubleArray ppKernel)
               throws IOException,
                      AutomationException
setKernel in interface IConvolutionFunctionArgumentsppKernel - A reference to a com.esri.arcgis.system.IDoubleArray  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||