public interface IRasterDatasetJukebox
extends java.io.Serializable
Description: 'Provides access to members that control subdatasets.' 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 |
IID93607a44_e66b_4e6f_bd9b_e34cb8de213e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getSubdataset()
The current active subdataset.
|
int |
getSubdatasetCount()
The number of subdatasets.
|
java.lang.String |
getSubdatasetDescription(int subdatasetID)
The given subdataset description.
|
java.lang.String |
getSubdatasetName(int subdatasetID)
The given subdataset name.
|
void |
setSubdataset(int pSubdatasetID)
The current active subdataset.
|
static final int IID93607a44_e66b_4e6f_bd9b_e34cb8de213e
static final int xxDummy
static final java.lang.String IID
int getSubdatasetCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSubdataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSubdataset(int pSubdatasetID) throws java.io.IOException, AutomationException
pSubdatasetID
- The pSubdatasetID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSubdatasetName(int subdatasetID) throws java.io.IOException, AutomationException
subdatasetID
- The subdatasetID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSubdatasetDescription(int subdatasetID) throws java.io.IOException, AutomationException
subdatasetID
- The subdatasetID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.