Provides access to members that control raster storage properties.
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
Name | Description | |
---|---|---|
CellSize | The cell size of the raster to be stored. | |
CompressionQuality | The compression quality (in case of JPEG compression) to be applied to the raster being stored. | |
CompressionType | The compression type to be applied on the raster being stored. | |
Origin | The origin of the raster to be stored. | |
PyramidLevel | The number of pyramid levels. | |
PyramidResampleType | The method used for pyramid resampling. | |
Tiled | Indicates if output raster dataset should be tiled if applicable. | |
TileHeight | The raster storage tile height. | |
TileWidth | The raster storage tile width. |
IRasterStorageDef2.Tiled Property
Indicates if output raster dataset should be tiled if applicable.
Public Property Tiled As Boolean
public bool Tiled {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterStorageDef | Provides access to members that control raster storage properties. |
Classes that implement IRasterStorageDef2
Classes | Description |
---|---|
RasterStorageDef | Raster Value Storage Definition Class. |