ConversionTools
DEMToRaster Class Properties
See Also  Send Feedback
ESRI.ArcGIS.ConversionTools Namespace : DEMToRaster Class




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

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public Propertydata_typeData type of the output raster dataset. INTEGER—An integer raster dataset will be created. FLOAT—A floating-point raster dataset will be created. This is the default. {FLOAT | INTEGER} (In, Optional)  
public Propertyin_dem_fileThe input USGS DEM file. The DEM must be standard USGS 7.5-minute, 1-degree, or any other file in the USGS DEM format. The DEM may be in either fixed or variable record-length format. (In, Required)  
public Propertyout_rasterThe output raster dataset to be created. When not saving to a geodatabase, specify .tif for a TIFF file format, .img for an ERDAS IMAGINE file format, or no extension for a GRID file format. (Out, Required)  
public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
public PropertyToolboxNameThe name of this tool's toolbox.  
public PropertyToolNameThe name of this tool.  
public Propertyz_factorThe number of ground x,y units in one surface z unit. The z-factor adjusts the units of measure for the z units when they are different from the x,y units of the input surface. The z values of the input surface are multiplied by the z-factor when calculating the final output surface. If the x,y units and z units are in the same units of measure, the z-factor is 1. This is the default. If the x,y units and z units are in different units of measure, the z-factor must be set to the appropriate factor, or the results will be incorrect. For example, if your z units are feet, and your x,y units are meters, you would use a z-factor of 0.3048 to convert your z units from feet to meters (1 foot = 0.3048 meters). (In, Optional)  
Top

See Also

© 2011 All Rights Reserved.