ArcObjects Library Reference (GeoDatabase)  

IRasterDataset3 Interface

Provides access to members that control a RasterDataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read-only property BlockHeight The native block height.
Read-only property BlockWidth The native block width.
Method CanCopy Returns true if this dataset can be copied.
Read-only property CanWrite Indicates if this RasterDataset is writable.
Read-only property CompleteName The full path of the RasterDataset.
Read-only property CompressionType The compression technique applied to this RasterDataset.
Method Copy Copies this dataset to a new dataset with the specified name.
Method CreateDefaultRaster Creates a raster object with the default properties for this dataset.
Method CreateFullRaster Creates a raster containing all bands in this raster dataset.
Method CreateRaster Creates an empty raster.
Read-only property FirstPyramidLevel The first available pyramid level.
Read-only property Format The format of this RasterRataset.
Read-only property IsEmpty Indicates whether the raster dataset is empty.
Read-only property LODInfos The custom LOD infos.
Read-only property MaximumPyramidLevel The maximum available pyramid level.
Method PrecalculateStats Calculates statistics and histograms for specified bands.
Method Read Reads a block of pixels starting from the top left corner.
Method ReadPyramid Reads a block of pixels at a given pyramid level.
Method Refresh Refreshes opened RasterDataset.
Method 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.