public interface IMultidimensionalInfoContainerPS
extends java.io.Serializable
Description: 'Provides access to the multidimensional raster information.' 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 |
IID0d529ccc_16b4_43dd_903c_72ba0806356c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IMultidimensionalInfo |
getMultidimensionalInfo()
The multidimensional raster information.
|
void |
setMultidimensionalInfoByRef(IMultidimensionalInfo ppMdInfo)
The multidimensional raster information.
|
static final int IID0d529ccc_16b4_43dd_903c_72ba0806356c
static final int xxDummy
static final java.lang.String IID
IMultidimensionalInfo getMultidimensionalInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMultidimensionalInfoByRef(IMultidimensionalInfo ppMdInfo) throws java.io.IOException, AutomationException
ppMdInfo
- A reference to a com.esri.arcgis.geodatabase.IMultidimensionalInfo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.