ToolBox 6 Flashcards
Calculates the least accumulative cost distance for each cell from or to the least-cost source over a cost surface.
Cost Distance
Calculates the least-cost path from a source to a destination.
Cost Path
Calculates, for each cell, the nearest source based on Euclidean distance.
Euclidean Allocation
Calculates, for each cell, the direction, in degrees, to the nearest source.
Euclidean Distance
Performs a Boolean And operation on the cell values of two input rasters.
If both input values are true (non-zero), the output value is 1. If one or both inputs are false (zero), the output is 0.
Boolean Add
Determines which values from the first input are logically different from the values of the second input on a cell-by-cell basis.
If the values on the two inputs are different, the value on the first input is output. If the values on the two inputs are the same, the output is 0.
Diff
Converts each cell value of a raster to an integer by truncation.
Int
Converts each cell value of a raster into a floating-point representation.
Float
Performs either a smoothing (Low pass) or edge-enhancing (High pass) filter on a raster.
Filter
Calculates for each input cell location a statistic of the values within a specified neighborhood around it.
Focal Statistics
Calculates a statistic on the points in a neighborhood around each output cell.
Point Statistics
Calculates cross-tabulated areas between two datasets and outputs a table.
Tabulate Area
Creates a table and a histogram graph that show the frequency distribution of cell values on the Value input for each unique Zone.
Zonal Histogram
Calculates statistics on values of a raster within the zones of another dataset.
Zonal Statistics
Summarizes the values of a raster within the zones of another dataset and reports the results to a table.
Zonal Statistics as Table