Provides access to members that control a raster dataset.
| Description | ||
|---|---|---|
![]() |
CanCopy | Returns true if this dataset can be copied. |
![]() |
CompleteName | The full path of the RasterDataset. |
![]() |
CompressionType | The compression technique applied to this RasterDataset. |
![]() |
Copy | Copies this dataset to a new dataset with the specified name. |
![]() |
CreateDefaultRaster | Creates a raster object with the default properties for this dataset. |
![]() |
Format | The format of this RasterRataset. |
![]() |
PrecalculateStats | Calculates statistics and histograms for specified bands. |
![]() |
SensorType | The sensor type used for this RasterDataset. |
| CoClasses and Classes | Description |
|---|---|
| NetCDFRasterBand (esriDataSourcesNetCDF) | A representation of a single band of a NetCDF raster dataset on disk. |
| RasterBand (esriDataSourcesRaster) | A representation of a single band of a raster dataset on disk. |
| RasterDataset (esriDataSourcesRaster) | A representation of a raster dataset on disk. |
The IRasterDataset interface provides basic access to the properties of a raster dataset such as format, compression type etc. It also allows to create a Raster object of the raster dataset.