Neighborhood geoprocessing functions

Mit der Spatial Analyst-Lizenz verfügbar.

Mit den Geoverarbeitungsfunktion für "Nachbarschaft" lassen sich die Ausgabewerte einer jeden Zellenposition anhand des Positionswertes und der in einer bestimmten Nachbarschaft ermittelten Werte erstellen. Der Nachbarschaftstyp kann beweglich oder ein Suchradius sein.

Moving neighborhoods can either be overlapping or non-overlapping. The Focal Statistics geoprocessing function employs overlapping neighborhoods to calculate a specified statistic for the cells within a specified neighborhood around each input cell. For example, you may want to find the mean or maximum value in a 3 x 3 neighborhood around every cell in an input raster. The Filter geoprocessing function is a specific type of focal operation that uses a high- or low-pass filter to accentuate or smooth the data. The non-overlapping neighborhood geoprocessing function, Block Statistics, allows statistics to be calculated in a specified non-overlapping neighborhood. This geoprocessing function is particularly useful for changing the resolution of a raster to a coarser cell size. The values assigned to the coarser cells can be based on another calculation, such as the maximum value in the coarser cell as opposed to using the default nearest neighbor interpolation.

The search radius geoprocessing functions perform various calculations based on what is within a specified distance from point or linear features. These are the Point Statistics and Line Statistics geoprocessing functions, respectively.

In der folgenden Tabelle werden die verfügbaren Geoverarbeitungsfunktionen aufgeführt und kurz beschrieben.

Geoprocessing FunctionDescription

Block Statistics

Partitioniert die Eingabe in nicht überlappende Blöcke und berechnet die Statistik der Werte innerhalb jedes Blocks. Der Wert wird allen Zellen in jedem Block in der Ausgabe zugewiesen.

Filter

Wendet entweder einen Glättungsfilter (Tiefpassfilter) oder einen Filter zur Kantenschärfung (Hochpassfilter) auf ein Raster an.

Focal Flow

Bestimmt den Fluss der Werte im Eingabe-Raster innerhalb der unmittelbaren Nachbarschaft jeder Zelle.

Focal Statistics

Berechnet für jede Eingabezellenposition eine Statistik der Werte innerhalb einer angegebenen Nachbarschaft.

Line Statistics

Berechnet eine Statistik der Linienattribute in einer kreisförmigen Nachbarschaft um jede Ausgabezelle.

Point Statistics

Berechnet eine Statistik der Punkte in einer Nachbarschaft um jede Ausgabezelle.

Geoprocessing functions of the Neighborhood category

Verwandte Themen