com.esri.arcgis.spatialanalyst
Interface IGeoAnalysisFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IConditionalFunctionArguments, ILocalFunctionArguments, IMathFunctionArguments
All Known Implementing Classes:
ConditionalFunctionArguments, IConditionalFunctionArgumentsProxy, IGeoAnalysisFunctionArgumentsProxy, ILocalFunctionArgumentsProxy, IMathFunctionArgumentsProxy, LocalFunctionArguments, MathFunctionArguments

public interface IGeoAnalysisFunctionArguments
extends java.io.Serializable

COM Interface 'IGeoAnalysisFunctionArguments'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'

Description: 'Provides access to members that specify arguments to local raster functions.' 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 IIDc77713d6_a584_48f3_8e2b_368db7288ab2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCellsizeType()
          The different ways for estimating cellsize.
 int getExtentType()
          The different ways for estimating extent.
 int getOperation()
          The local function operation.
 IRasterInfo getRasterInfo()
          The raster info object describing the output of this function.
 void setCellsizeType(int pType)
          The different ways for estimating cellsize.
 void setExtentType(int pType)
          The different ways for estimating extent.
 void setOperation(int pOperation)
          The local function operation.
 void setRasterInfoByRef(IRasterInfo pInfo)
          The raster info object describing the output of this function.
 

Field Detail

IIDc77713d6_a584_48f3_8e2b_368db7288ab2

static final int IIDc77713d6_a584_48f3_8e2b_368db7288ab2
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

setRasterInfoByRef

void setRasterInfoByRef(IRasterInfo pInfo)
                        throws java.io.IOException,
                               AutomationException
The raster info object describing the output of this function.

Parameters:
pInfo - A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterInfo

IRasterInfo getRasterInfo()
                          throws java.io.IOException,
                                 AutomationException
The raster info object describing the output of this function.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOperation

void setOperation(int pOperation)
                  throws java.io.IOException,
                         AutomationException
The local function operation.

Parameters:
pOperation - A com.esri.arcgis.spatialanalyst.esriGeoAnalysisFunctionEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOperation

int getOperation()
                 throws java.io.IOException,
                        AutomationException
The local function operation.

Returns:
A com.esri.arcgis.spatialanalyst.esriGeoAnalysisFunctionEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtentType

int getExtentType()
                  throws java.io.IOException,
                         AutomationException
The different ways for estimating extent.

Returns:
A com.esri.arcgis.datasourcesraster.esriExtentType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtentType

void setExtentType(int pType)
                   throws java.io.IOException,
                          AutomationException
The different ways for estimating extent.

Parameters:
pType - A com.esri.arcgis.datasourcesraster.esriExtentType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCellsizeType

int getCellsizeType()
                    throws java.io.IOException,
                           AutomationException
The different ways for estimating cellsize.

Returns:
A com.esri.arcgis.datasourcesraster.esriCellsizeType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCellsizeType

void setCellsizeType(int pType)
                     throws java.io.IOException,
                            AutomationException
The different ways for estimating cellsize.

Parameters:
pType - A com.esri.arcgis.datasourcesraster.esriCellsizeType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.