Operators and functions of Spatial Analyst |
|
|
Release 9.3
Last modified April 24, 2009 |
Print all topics in : "Performing analysis in Spatial Analyst" |
Note:
This topic was updated for 9.3.1.
The functions associated with raster cartographic modeling can be divided into five types:
Local functions, or per-cell functions, compute a raster output dataset where the output value at each location (cell) is a function of the value associated with that location on one or more raster datasets. That is, the value of the single cell, regardless of the values of neighboring cells, has a direct influence on the value of the output. A per-cell function can be applied to a single raster dataset or to multiple raster datasets. For a single dataset, examples of per-cell functions are the trigonometric functions (for example, sin) or the exponential and logarithmic functions (for example, exponential log).
Examples of local functions that work on multiple raster datasets are functions that return the minimum, maximum, majority, or minority value for all the values of the input raster datasets at each cell location.
Focal, or neighborhood, functions produce an output raster dataset in which the output value at each cell location is a function of the input value at a cell location and the values of the cells in a specified neighborhood around that location. A neighborhood configuration determines which cells surrounding the processing cell should be used in the calculation of each output value.
Neighborhood functions can return the mean, standard deviation, sum, and range of values within the immediate or extended neighborhood.
Zonal functions compute an output raster dataset where the output value for each location depends on the value of the cell at the location and the association that location has within a cartographic zone. Zonal functions are similar to focal functions except that the definition of the neighborhood in a zonal function is the configuration of the zones or features of the input zone dataset, not a specified neighborhood shape. However, zones do not necessarily have any order or specific shapes. Each zone can be unique. Zonal functions return the mean, sum, minimum, maximum, or range of values from the first dataset that fall within a specified zone of the second.
Global, or per-raster, functions compute an output raster dataset in which the output value at each cell location is potentially a function of all the cells combined from the various input raster datasets. There are two main groups of global functions: Euclidean distance and weighted distance.
There are a wide series of cell-based modeling functions developed to solve specific applications. An application function performs an analysis that is specific to a discipline. For example, hydrology functions create a stream network and delineate a watershed. The local, focal, zonal, and global functions are general functions and are not specific to any application. There is some overlap in the categorization of an application function and the local, focal, zonal, and global functions (such as the fact that even though slope is usually used in the application of analyzing surfaces, it is also a focal function). Some of the application functions are more general in scope, such as surface analysis, while other application functions are more narrowly defined, such as the hydrologic analysis functions. The categorization of the application functions is an aid to group and understand the wide variety of Spatial Analyst operators and functions. You may find that a specific application function can manipulate cell-based data for an entirely different application from its category. For example, calculating slope is a surface analysis function that can be useful in hydrologic analysis as well.
Application functions include the following: