|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDatasetContainer
Provides access to members that control subdatasets.
Method Summary | |
---|---|
IRasterDataset |
getSubRasterDatasetByID(int subdatasetID)
The given subdataset by id. |
IRasterDataset |
getSubRasterDatasetByName(String subdatasetName)
The given subdataset by name. |
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. |
String |
getSubRasterDatasetName(int subdatasetID)
The given subdataset's name. |
boolean |
isDynamic()
Indicates the collection is dynamic. |
Method Detail |
---|
boolean isDynamic() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSubRasterDatasetCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSubRasterDatasetName(int subdatasetID) throws IOException, AutomationException
subdatasetID
- The subdatasetID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSubRasterDatasetCompleteName(int subdatasetID) throws IOException, AutomationException
subdatasetID
- The subdatasetID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IName getSubRasterDatasetFullName(int subdatasetID) throws IOException, AutomationException
subdatasetID
- The subdatasetID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterDataset getSubRasterDatasetByID(int subdatasetID) throws IOException, AutomationException
subdatasetID
- The subdatasetID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterDataset getSubRasterDatasetByName(String subdatasetName) throws IOException, AutomationException
subdatasetName
- The subdatasetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |