|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.datasourcesraster.IConvolutionFunctionArgumentsProxy
public class IConvolutionFunctionArgumentsProxy
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 =
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IConvolutionFunctionArgumentsProxy(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 IConvolutionFunctionArgumentsProxy()
public IConvolutionFunctionArgumentsProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IConvolutionFunctionArgumentsProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IConvolutionFunctionArgumentsProxy(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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.Object getRaster() throws java.io.IOException, AutomationException
getRaster
in interface IConvolutionFunctionArguments
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
setRasterByRef
in interface IConvolutionFunctionArguments
ppRaster
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setType(int pType) throws java.io.IOException, AutomationException
setType
in interface IConvolutionFunctionArguments
pType
- A com.esri.arcgis.datasourcesraster.esriRasterFilterTypeEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getType() throws java.io.IOException, AutomationException
getType
in interface IConvolutionFunctionArguments
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColumns(int pColumns) throws java.io.IOException, AutomationException
setColumns
in interface IConvolutionFunctionArguments
pColumns
- The pColumns (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getColumns() throws java.io.IOException, AutomationException
getColumns
in interface IConvolutionFunctionArguments
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRows(int pRows) throws java.io.IOException, AutomationException
setRows
in interface IConvolutionFunctionArguments
pRows
- The pRows (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRows() throws java.io.IOException, AutomationException
getRows
in interface IConvolutionFunctionArguments
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDoubleArray getKernel() throws java.io.IOException, AutomationException
getKernel
in interface IConvolutionFunctionArguments
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setKernel(IDoubleArray ppKernel) throws java.io.IOException, AutomationException
setKernel
in interface IConvolutionFunctionArguments
ppKernel
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
java.io.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 |