com.esri.arcgis.datasourcesraster
Interface IConstantFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IConstantFunctionArguments2
All Known Implementing Classes:
ConstantFunctionArguments, IConstantFunctionArguments2Proxy, IConstantFunctionArgumentsProxy

public interface IConstantFunctionArguments
extends java.io.Serializable

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

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 =


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

Field Detail

IID0346ad7c_02da_48d1_ba9a_ce8cdb31e2ab

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

getRasterInfo

IRasterInfo getRasterInfo()
                          throws java.io.IOException,
                                 AutomationException
The raster information.

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.

setRasterInfoByRef

void setRasterInfoByRef(IRasterInfo ppRasterInfo)
                        throws java.io.IOException,
                               AutomationException
The raster information.

Parameters:
ppRasterInfo - 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.

getConstant

java.lang.Object getConstant()
                             throws java.io.IOException,
                                    AutomationException
The constant value.

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

setConstant

void setConstant(java.lang.Object pValue)
                 throws java.io.IOException,
                        AutomationException
The constant value.

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

init

void init(IRaster pRaster,
          java.lang.Object value)
          throws java.io.IOException,
                 AutomationException
Initializes from a reference raster and a constant value.

Parameters:
pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
value - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.