com.esri.arcgis.datasourcesraster
Interface IArithmeticFunctionArguments2

All Superinterfaces:
IArithmeticFunctionArguments, java.io.Serializable
All Known Implementing Classes:
ArithmeticFunctionArguments, IArithmeticFunctionArguments2Proxy

public interface IArithmeticFunctionArguments2
extends IArithmeticFunctionArguments, java.io.Serializable

COM Interface 'IArithmeticFunctionArguments2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to additional members that control arithmetic 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 IIDf2063a93_e7b8_4654_809d_9e045b3bedb7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IArithmeticFunctionArguments
IIDf1a4a7af_bddd_43b8_89c0_6768675ddd0d
 
Method Summary
 int getCellsizeType()
          The different ways for estimating cellsize.
 int getExtentType()
          The different ways for estimating extent.
 void setCellsizeType(int pType)
          The different ways for estimating cellsize.
 void setExtentType(int pType)
          The different ways for estimating extent.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IArithmeticFunctionArguments
getOperation, getRaster, getRaster2, setOperation, setRaster2ByRef, setRasterByRef
 

Field Detail

IIDf2063a93_e7b8_4654_809d_9e045b3bedb7

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

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.