public interface IRasterDatasetContainer
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 |
IIDeff39177_b690_40a3_bf51_59cea71fd197 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IRasterDataset |
getSubRasterDatasetByID(int subdatasetID)
The given subdataset by id.
|
IRasterDataset |
getSubRasterDatasetByName(java.lang.String subdatasetName)
The given subdataset by name.
|
java.lang.String |
getSubRasterDatasetCompleteName(int subdatasetID)
The given subdataset's complete name.
|
int |
getSubRasterDatasetCount()
The number of subdatasets.
|
IName |
getSubRasterDatasetFullName(int subdatasetID)
The given subdataset's full name.
|
java.lang.String |
getSubRasterDatasetName(int subdatasetID)
The given subdataset's name.
|
boolean |
isDynamic()
Indicates the collection is dynamic.
|
static final int IIDeff39177_b690_40a3_bf51_59cea71fd197
static final int xxDummy
static final java.lang.String IID
boolean isDynamic() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSubRasterDatasetCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSubRasterDatasetName(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 getSubRasterDatasetCompleteName(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.IName getSubRasterDatasetFullName(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.IRasterDataset getSubRasterDatasetByID(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.IRasterDataset getSubRasterDatasetByName(java.lang.String subdatasetName) throws java.io.IOException, AutomationException
subdatasetName
- The subdatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.