public interface IMultidimensionalRasterFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control a multidimensional raster 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 |
IID7d357608_9164_48ef_b1ed_78f597497468 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getRaster()
The input multidimensional raster or data source.
|
IStringArray |
getVariables()
getVariables
|
void |
setRasterByRef(java.lang.Object pvtRaster)
The input multidimensional raster or data source.
|
void |
setVariablesByRef(IStringArray ppVariableNames)
setVariablesByRef
|
static final int IID7d357608_9164_48ef_b1ed_78f597497468
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object pvtRaster) throws java.io.IOException, AutomationException
pvtRaster
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getVariables() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVariablesByRef(IStringArray ppVariableNames) throws java.io.IOException, AutomationException
ppVariableNames
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.