ArcObjects Library Reference (GeoDatabase)  

IRasterStorageDef2 Interface

Provides access to members that control raster storage properties.

Product Availability

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

Description

IRasterStorageDef2 provides the access to the tiling storage property for a raster dataset. Set Tiled to save a raster in a tiled storage structure.

Members

Description
Read/write property CellSize The cell size of the raster to be stored.
Read/write property CompressionQuality The compression quality (in case of JPEG compression) to be applied to the raster being stored.
Read/write property CompressionType The compression type to be applied on the raster being stored.
Read/write property Origin The origin of the raster to be stored.
Read/write property PyramidLevel The number of pyramid levels.
Read/write property PyramidResampleType The method used for pyramid resampling.
Read/write property Tiled Indicates if output raster dataset should be tiled if applicable.
Read/write property TileHeight The raster storage tile height.
Read/write property TileWidth The raster storage tile width.

Inherited Interfaces

Interfaces Description
IRasterStorageDef Provides access to members that control raster storage properties.

CoClasses that implement IRasterStorageDef2

CoClasses and Classes Description
RasterStorageDef Raster Value Storage Definition Class.

See Also

IRasterStorageDef2 Interface | IRasterValue2 Interface | IRasterValue Interface | IRasterStorageDef2 Interface | IRasterStorageDef Interface | IRasterValue2 Interface

.NET Related Topics

DataSourcesRaster | How to save raster data and set storage properties