|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDatasetJukebox
Provides access to members that control subdatasets.
Some raster formats can contain multiple subdatasets inside a single file, for example the HDF format. The IRasterDatasetJukebox interface is used to query the number of subdatasets, their names, and the descriptions inside the file and retrive subdatasets, one at a time.
Method Summary | |
---|---|
int |
getSubdataset()
The current active subdataset. |
int |
getSubdatasetCount()
The number of subdatasets. |
String |
getSubdatasetDescription(int subdatasetID)
The given subdataset description. |
String |
getSubdatasetName(int subdatasetID)
The given subdataset name. |
void |
setSubdataset(int pSubdatasetID)
The current active subdataset. |
Method Detail |
---|
int getSubdatasetCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSubdataset() throws IOException, AutomationException
This property is used to get/set the index of a subdataset which becomes the current raster dataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSubdataset(int pSubdatasetID) throws IOException, AutomationException
pSubdatasetID
- The pSubdatasetID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSubdatasetName(int subdatasetID) throws IOException, AutomationException
subdatasetID
- The subdatasetID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSubdatasetDescription(int subdatasetID) throws IOException, AutomationException
subdatasetID
- The subdatasetID (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 |