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

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

Provides access to members that control focal statistics function arguments.

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
  IStatisticsFunctionArgumentsProxy()
           
  IStatisticsFunctionArgumentsProxy(Object obj)
           
protected IStatisticsFunctionArgumentsProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 int getColumns()
          The number of columns in the focal function.
 Object getRaster()
          The source raster object.
 int getRows()
          The number of rows in the focal function.
 int getType()
          The focal statistic type.
 void removeListener(String iidStr, Object theListener)
           
 void setColumns(int pColumns)
          The number of columns in the focal function.
 void setRasterByRef(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

noncastable

public boolean noncastable
Constructor Detail

IStatisticsFunctionArgumentsProxy

public IStatisticsFunctionArgumentsProxy()

IStatisticsFunctionArgumentsProxy

public IStatisticsFunctionArgumentsProxy(Object obj)
                                  throws IOException
Throws:
IOException

IStatisticsFunctionArgumentsProxy

protected IStatisticsFunctionArgumentsProxy(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 IStatisticsFunctionArguments
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 IStatisticsFunctionArguments
Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

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

Product Availability

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

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

Product Availability

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

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

Product Availability

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

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

Product Availability

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

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

Product Availability

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

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

Product Availability

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

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