com.esri.arcgis.datasourcesraster
Interface IStatisticsFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IStatisticsFunctionArguments2
All Known Implementing Classes:
IStatisticsFunctionArguments2Proxy, IStatisticsFunctionArgumentsProxy, StatisticsFunctionArguments

public interface IStatisticsFunctionArguments
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9d5d6cf6_1ed8_4d3a_b91f_b743444722c2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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 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.
 

Field Detail

IID9d5d6cf6_1ed8_4d3a_b91f_b743444722c2

static final int IID9d5d6cf6_1ed8_4d3a_b91f_b743444722c2
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRaster

java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The source raster object.

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

void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
The source raster object.

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

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

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

void setType(int pType)
             throws java.io.IOException,
                    AutomationException
The focal statistic type.

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

void setColumns(int pColumns)
                throws java.io.IOException,
                       AutomationException
The number of columns in the focal function.

Parameters:
pColumns - The pColumns (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColumns

int getColumns()
               throws java.io.IOException,
                      AutomationException
The number of columns in the focal function.

Returns:
The pColumns
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRows

void setRows(int pRows)
             throws java.io.IOException,
                    AutomationException
The number of rows in the focal function.

Parameters:
pRows - The pRows (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRows

int getRows()
            throws java.io.IOException,
                   AutomationException
The number of rows in the focal function.

Returns:
The pRows
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.