com.esri.arcgis.datasourcesraster
Class IStatisticsFunctionArgumentsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IStatisticsFunctionArgumentsProxy
All Implemented Interfaces:
IStatisticsFunctionArguments, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IStatisticsFunctionArguments2Proxy

public class IStatisticsFunctionArgumentsProxy
extends com.esri.arcgis.interop.Dispatch
implements IStatisticsFunctionArguments, java.io.Serializable

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

Description: 'Provides access to members that control focal statistics function arguments.' 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.IStatisticsFunctionArguments
IID, IID9d5d6cf6_1ed8_4d3a_b91f_b743444722c2
 
Constructor Summary
  IStatisticsFunctionArgumentsProxy()
          For internal use only
  IStatisticsFunctionArgumentsProxy(java.lang.Object obj)
           
protected IStatisticsFunctionArgumentsProxy(java.lang.Object obj, java.lang.String iid)
           
  IStatisticsFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IStatisticsFunctionArgumentsProxy(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 in the focal function.
 java.lang.Object getRaster()
          The source raster object.
 int getRows()
          The number of rows in the focal function.
 int getType()
          The focal statistic type.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setColumns(int pColumns)
          The number of columns in the focal function.
 void setRasterByRef(java.lang.Object ppRaster)
          The source raster object.
 void setRows(int pRows)
          The number of rows in the focal function.
 void setType(int pType)
          The focal statistic type.
 
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

IStatisticsFunctionArgumentsProxy

public IStatisticsFunctionArgumentsProxy(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

IStatisticsFunctionArgumentsProxy

public IStatisticsFunctionArgumentsProxy()
For internal use only


IStatisticsFunctionArgumentsProxy

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

IStatisticsFunctionArgumentsProxy

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

IStatisticsFunctionArgumentsProxy

protected IStatisticsFunctionArgumentsProxy(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 IStatisticsFunctionArguments
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 IStatisticsFunctionArguments
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.

getType

public int getType()
            throws java.io.IOException,
                   AutomationException
The focal statistic type.

Specified by:
getType in interface IStatisticsFunctionArguments
Returns:
A com.esri.arcgis.datasourcesraster.esriFocalStatisticType constant
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 focal statistic type.

Specified by:
setType in interface IStatisticsFunctionArguments
Parameters:
pType - A com.esri.arcgis.datasourcesraster.esriFocalStatisticType constant (in)
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 in the focal function.

Specified by:
setColumns in interface IStatisticsFunctionArguments
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 in the focal function.

Specified by:
getColumns in interface IStatisticsFunctionArguments
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 in the focal function.

Specified by:
setRows in interface IStatisticsFunctionArguments
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 in the focal function.

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