Provides access to members that control subdatasets.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Subdataset | The current active subdataset. | |
SubdatasetCount | The number of subdatasets. | |
SubdatasetDescription | The given subdataset description. | |
SubdatasetName | The given subdataset name. |
CoClasses that implement IRasterDatasetJukebox
CoClasses and Classes | Description |
---|---|
RasterDataset | A representation of a raster dataset on disk. |
Remarks
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.