The following tables list the members exposed by CopyRaster.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| background_value | Use this option to remove the unwanted values created around the raster data. The value specified will be distinguished from other valuable data in the raster dataset. For example, a value of zero along the raster dataset's borders will be distinguished from zero values within the raster dataset. (In, Optional) |
| colormap_to_RGB | If the input raster dataset has a colormap, the output raster dataset can be converted to a three-band output raster dataset. This is useful when mosaicking rasters with different colormaps.
(In, Optional) |
| config_keyword | Specifies the storage parameters (configuration) for a file geodatabase and an ArcSDE geodatabase. Personal geodatabases do not use configuration keywords. (In, Optional) |
| in_raster | The name and location of the raster dataset to be copied. (In, Required) |
| nodata_value | All the pixels with the specified value will be set to NoData in the output raster dataset. (In, Optional) |
| onebit_to_eightbit | Choose whether the input 1-bit raster dataset will be converted to an 8-bit raster dataset. In this conversion the value 1 in the input raster dataset will be changed to 255 in the output raster dataset. This is useful when importing a 1-bit raster dataset to ArcSDE. One-bit raster dataset have 8-bit pyramid layers when stored in a file system, but in ArcSDE, 1-bit raster datasets can only have 1-bit pyramid layers, which makes the display unpleasant. By converting the data to 8-bit in ArcSDE, the pyramid layers are built as 8-bit instead of 1-bit, resulting in a proper raster dataset in the display.
(In, Optional) |
| out_rasterdataset | The name and location of the raster dataset to be created. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| pixel_type | Determines the bit depth of the output raster dataset. If left unspecified, the output bit depth will be the same as the input. (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