ESRI.ArcGIS.DataManagementTools
CopyRaster Class Properties
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace : CopyRaster Class




For a list of all members of this type, see CopyRaster members.

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertybackground_valueUse 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)  
Public Propertycolormap_to_RGBIf 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)  
Public Propertyconfig_keywordSpecifies the storage parameters (configuration) for a file geodatabase and an ArcSDE geodatabase. Personal geodatabases do not use configuration keywords. (In, Optional)  
Public Propertyin_rasterThe name and location of the raster dataset to be copied. (In, Required)  
Public Propertynodata_valueAll the pixels with the specified value will be set to NoData in the output raster dataset. (In, Optional)  
Public Propertyonebit_to_eightbitChoose 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)  
Public Propertyout_rasterdatasetThe name and location of the raster dataset to be created. (Out, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertypixel_typeDetermines the bit depth of the output raster dataset. If left unspecified, the output bit depth will be the same as the input. (In, Optional)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Top

See Also

© 2010 All Rights Reserved.