Provides access to members that control a RasterDataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
BlockHeight | The native block height. | |
BlockWidth | The native block width. | |
CanCopy | Returns true if this dataset can be copied. | |
CanWrite | Indicates if this RasterDataset is writable. | |
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. | |
CreateFullRaster | Creates a raster containing all bands in this raster dataset. | |
CreateRaster | Creates an empty raster. | |
FirstPyramidLevel | The first available pyramid level. | |
Format | The format of this RasterRataset. | |
IsEmpty | Indicates whether the raster dataset is empty. | |
LODInfos | The custom LOD infos. | |
MaximumPyramidLevel | The maximum available pyramid level. | |
PrecalculateStats | Calculates statistics and histograms for specified bands. | |
Read | Reads a block of pixels starting from the top left corner. | |
ReadPyramid | Reads a block of pixels at a given pyramid level. | |
Refresh | Refreshes opened RasterDataset. | |
Write | Writes a block of pixels starting from the top left corner. |
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterDataset2 | Provides access to members that control a raster dataset. |
IRasterDataset | Provides access to members that control a raster dataset. |
CoClasses that implement IRasterDataset3
CoClasses and Classes | Description |
---|---|
FunctionRasterDataset (esriDataSourcesRaster) | A class for a function raster dataset. |
RasterDataset (esriDataSourcesRaster) | A representation of a raster dataset on disk. |