public interface IArithmeticFunctionArguments2 extends IArithmeticFunctionArguments, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf2063a93_e7b8_4654_809d_9e045b3bedb7 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDf1a4a7af_bddd_43b8_89c0_6768675ddd0d
Modifier and Type | Method and Description |
---|---|
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.
|
getOperation, getRaster, getRaster2, setOperation, setRaster2ByRef, setRasterByRef
static final int IIDf2063a93_e7b8_4654_809d_9e045b3bedb7
static final int xxDummy
static final java.lang.String IID
int getExtentType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExtentType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriExtentType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCellsizeType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCellsizeType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriCellsizeType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.