public interface ISimpleCollectionFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control SimpleCollection 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 |
IID1db803d2_9c6f_4da5_8c77_8e56b321c1c9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IMultidimensionalInfo |
getMultidimensionalInfo()
The Multidimensional Info.
|
java.lang.Object |
getRaster()
The input Raster.
|
void |
setMultidimensionalInfo(IJSONObject ppMultidimensionalInfo)
The Multidimensional Info.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input Raster.
|
static final int IID1db803d2_9c6f_4da5_8c77_8e56b321c1c9
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 ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMultidimensionalInfo getMultidimensionalInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMultidimensionalInfo(IJSONObject ppMultidimensionalInfo) throws java.io.IOException, AutomationException
ppMultidimensionalInfo
- A reference to a com.esri.arcgis.system.IJSONObject (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.