RasterStorageDef
A class that contains a raster value storage definition.
Property |
Type |
Description |
---|---|---|
CellSizeX |
double |
The cell size in the x-direction. |
CellSizeXSpecified |
bool |
Indicates if CellSizeX is specified. |
CellSizeY |
double |
The cell size in the y-direction. |
CellSizeYSpecified |
bool |
Indicates if CellSizeY is specified. |
CompressionQuality |
int |
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. | |
CreationOptions |
string | |
Origin |
The origin of the raster to be stored. | |
PyramidLevel |
int |
The number of pyramid levels. |
PyramidResampleType |
The method used for pyramid resampling. | |
Tiled |
bool |
Indicates if output raster dataset should be tiled if applicable. |
TiledSpecified |
bool |
Indicates if Tiled is specified. |
TileHeight |
int |
The raster storage tile height. |
TileWidth |
int |
The raster storage tile width. |