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




The following tables list the members exposed by CreateRasterDataset.

Public Constructors

 NameDescription
Public ConstructorCreateRasterDataset ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public PropertycellsizeThe cell size for the new raster dataset. (In, Optional)  
Public PropertycompressionThis 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 a file geodatabase and an ArcSDE geodatabase. 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. The default value for this is 8-bit unsigned integer. (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 mosaics in a file geodatabase or an ArcSDE geodatabase, especially if you plan on mosaicking to them over time (for example, for updating). (In, Optional)  
Public PropertypyramidsUse this option 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

© 2010 All Rights Reserved.