Zonal geoprocessing functions

Available with Spatial Analyst license.

The Zonal geoprocessing functions allow you to perform analysis when the output is a result of computations performed on all cells that belong to each input zone. A zone can be defined as being a single area of a particular value, but it can also be composed of multiple disconnected elements, or regions, all having the same value. Zones can be defined by raster or feature datasets. Rasters must be of integer type, and features must have an integer or string attribute field.

Some zonal geoprocessing functions quantify certain properties of the geometry, or shape, of the zone input and do not require any other inputs. Other zonal geoprocessing functions use the zone input to define the locations for which other parameters will be calculated, such as statistics, areas, or value frequencies. There is also a zonal geoprocessing function that is used to fill specified zones with the minimum value found along the zone boundary.

The applications for zonal geoprocessing functions are divided into the following categories:

Zonal geoprocessing functions application categoryGeoprocessing Function(s)

Geoprocessing functions that work on zone shapes.

Zonal Geometry

Zonal Geometry As Table

Geoprocessing functions that work on zone attributes.

Zonal Statistics

Zonal Statistics as Table

Geoprocessing function that determine the area of classes within zones.

Tabulate Area

Geoprocessing function that determine the frequency distribution of values of one input raster within zones of another.

Zonal Histogram

Geoprocessing function that fill specified zones.

Zonal Fill

The following table lists the available geoprocessing functions and provides a brief description of each.

Geoprocessing FunctionDescription

Tabulate Area

Calculates cross-tabulated areas between two datasets and outputs a table.

Zonal Fill

Fills zones using the minimum cell value from a weight raster along the zone boundary.

Zonal Geometry

Calculates the specified geometry measure (area, perimeter, thickness, or the characteristics of ellipse) for each zone in a dataset.

Zonal Geometry As Table

Calculates the geometry measures (area, perimeter, thickness, and the characteristics of ellipse) for each zone in a dataset and reports the results as a table.

Zonal Histogram

Creates a table and a histogram graph that show the frequency distribution of cell values on the value input for each unique zone.

Zonal Statistics

Summarizes the values of a raster within the zones of another dataset.

Zonal Statistics as Table

Summarizes the values of a raster within the zones of another dataset and reports the results as a table.

Geoprocessing functions in the Zonal category

Related topics