RasterItemDescription
A class that describes the required attribute items of a raster image.
| Property | Type | Description | 
|---|---|---|
| BuildPyramids | bool | Specifies if a pyramid is to be built for the raster image. | 
| BuildThumbnail | bool | Specifies if a thumbnail is to be built for the raster image. | 
| CalculateStatistics | bool | Specifies if statistics are to be calculated for the raster image. | 
| DataFileNames | string[] | The names of the data files. | 
| DataFileUrls | string[] | The names of the data file URLs. | 
| GeodataXform | GeodataXform | The geodata transformation to be applied to the raster image. | 
| GeodataXformApplyMethod | esriGeodataXformApplyMethod | Specifies how to apply the geodata transformation. | 
| MaxCellSizeFactor | double | Factor of the item's maximum visible cell size in terms of its resolution. | 
| MinCellSizeFactor | double | Factor of the item's minimum visible cell size in terms of its resolution. | 
| Properties | The item's attribute values. | |
| Type | string | The name of the raster type. |