For a list of all members of this type, see DEMToRaster members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| data_type | Data 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) |
| in_dem_file | The 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) |
| out_raster | The 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) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
| z_factor | The 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