The following tables list the members exposed by CreateRasterDataset.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| cellsize | The cell size for the new raster dataset. (In, Optional) |
| compression | The Compression type defines the type of data compression that will be used to store the raster dataset. (In, Optional) |
| config_keyword | Specifies the storage parameters (configuration) for geodatabases in file and ArcSDE geodatabases. Personal geodatabases do not use configuration keywords. (In, Optional) |
| number_of_bands | The number of bands to be contained by the raster dataset. (In, Required) |
| out_name | The name of the raster dataset to be created. (In, Required) |
| out_path | The output location to contain the raster dataset. (In, Required) |
| out_raster_dataset | Output Raster Dataset (out, Optional) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| pixel_type | Specifies the data type of the cell values. {8_BIT_UNSIGNED | 1_BIT | 2_BIT | 4_BIT | 8_BIT_SIGNED | 16_BIT_UNSIGNED | 16_BIT_SIGNED | 32_BIT_UNSIGNED | 32_BIT_SIGNED | 32_BIT_FLOAT | 64_BIT} (In, Required) |
| pyramid_origin | This is the origination location of the raster pyramid. It is recommended that you specify this point if you plan on building large raster mosaics, especially if you plan on mosaicking to them over time (for example, for updating). (In, Optional) |
| pyramids | Check to create pyramids. (In, Optional) |
| raster_spatial_reference | The coordinate system for the raster dataset. (In, Optional) |
| tile_size | The tile width controls the number of pixels you can store in each tile. This is specified as a number of pixels in x. The default tile width is 128. (In, Optional) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also