This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control subdatasets.
Name | Description | |
---|---|---|
Subdataset | The current active subdataset. | |
SubdatasetCount | The number of subdatasets. | |
SubdatasetDescription | The given subdataset description. | |
SubdatasetName | The given subdataset name. |
Classes | Description |
---|---|
RasterDataset | A representation of a raster dataset on disk. |
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.