Skip to main content

Convert 3D Line to Raster

Description

Convert 3D Line features to raster using the Z values from interpolated input lines. The lines are densified using 0.1 * cell size of the input reference raster.

Usage

Convert 3D Line features to raster using the Z values from interpolated input lines. The lines are densified using 0.1 * cell size of the input reference raster.

Parameters

Parameter NameTypeDirectionData TypeDialog Reference
Input Reference RasterRequiredInputRaster LayerInput Reference Raster. Used to set the snap raster environment and cell size.
Input 3D LineRequiredInputFeature LayerInput 3D Line to convert.
Output RasterRequiredOutputRaster DatasetOutput Line Raster.
Cell Assignment TypeOptionalInputStringThe method to determine how the cell will be assigned a value when more than one feature falls within a cell.
  • MEAN - The mean of the elevations of all the features within the cell.
  • MAXIMUM - The mean of the elevations of all the features within the cell.
  • MINIMUM - The mean of the elevations of all the features within the cell (default).