Label | Explanation | Data Type |
Input polyline features | The input lines to use in the neighborhood operation. For each output cell, a statistic will be calculated for all of the portions of the input polyline features that fall within a circular neighborhood around that cell. The size the circular neighbourhood is defined by the search radius. | Feature Layer |
Field | The field for which the specified statistic will be calculated. It can be any numeric field of the input line features. When Statistics type is set to Length, the Field parameter can be set to NONE. It can be the Shape field if the input features contain z-values. | Field |
Output cell size (Optional) | The cell size of the output raster that will be created. This parameter can be defined by a numeric value or obtained from an existing raster dataset. If the cell size hasn't been explicitly specified as the parameter value, the environment cell size value will be used if specified; otherwise, additional rules will be used to calculate it from the other inputs. See the usage section for more detail. | Analysis Cell Size |
Search radius (Optional) | The search radius that will be used to calculate the statistic within, in map units. The default radius is five times the output cell size. | Double |
Statistics type (Optional) | Specifies the statistic type to be calculated. Statistics are calculated on the value of the specified field for all lines within the neighborhood. The default statistic type is Mean. The available choices for the statistic type are determined by the numeric type of the specified field. If the field is integer, the available statistic choices will be majority, maximum, mean, median, minimum, minority, range, variety, and length. If the field is floating point, only the mean, maximum, minimum, range, and length statistics will be available.
| String |
Return Value
Label | Explanation | Data Type | Output raster | The output line statistics raster. | Raster |