public interface IConstantFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control constant 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 |
IID0346ad7c_02da_48d1_ba9a_ce8cdb31e2ab |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getConstant()
The constant value.
|
IRasterInfo |
getRasterInfo()
The raster information.
|
void |
init(IRaster pRaster,
java.lang.Object value)
Initializes from a reference raster and a constant value.
|
void |
setConstant(java.lang.Object pValue)
The constant value.
|
void |
setRasterInfoByRef(IRasterInfo ppRasterInfo)
The raster information.
|
static final int IID0346ad7c_02da_48d1_ba9a_ce8cdb31e2ab
static final int xxDummy
static final java.lang.String IID
IRasterInfo getRasterInfo() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setRasterInfoByRef(IRasterInfo ppRasterInfo) throws java.io.IOException, AutomationException
ppRasterInfo - A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getConstant()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setConstant(java.lang.Object pValue)
throws java.io.IOException,
AutomationException
pValue - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void init(IRaster pRaster, java.lang.Object value) throws java.io.IOException, AutomationException
pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)value - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.