DataManagementTools
CreateRasterDataset Class Members
See Also  Properties  Send Feedback
ESRI.ArcGIS.DataManagementTools Namespace : CreateRasterDataset Class




The following tables list the members exposed by CreateRasterDataset.

Public Constructors

 NameDescription
public ConstructorCreateRasterDataset ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public PropertycellsizeThe cell size for the new raster dataset. (In, Optional)  
public PropertycompressionThe Compression type defines the type of data compression that will be used to store the raster dataset. (In, Optional)  
public Propertyconfig_keywordSpecifies the storage parameters (configuration) for geodatabases in file and ArcSDE geodatabases. Personal geodatabases do not use configuration keywords. (In, Optional)  
public Propertynumber_of_bandsThe number of bands to be contained by the raster dataset. (In, Required)  
public Propertyout_nameThe name of the raster dataset to be created. (In, Required)  
public Propertyout_pathThe output location to contain the raster dataset. (In, Required)  
public Propertyout_raster_datasetOutput Raster Dataset (out, Optional)  
public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
public Propertypixel_typeSpecifies 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)  
public Propertypyramid_originThis 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)  
public PropertypyramidsCheck to create pyramids. (In, Optional)  
public Propertyraster_spatial_referenceThe coordinate system for the raster dataset. (In, Optional)  
public Propertytile_sizeThe 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)  
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

© 2011 All Rights Reserved.