Extraction geoprocessing functions

Spatial Analyst のライセンスで利用可能。

抽出ジオプロセシング機能では、セルの属性またはセルの空間的位置関係のいずれかを指定して、ラスターからセルのサブセットを抽出できます。 また、特定の位置にあるセル値を、ポイント フィーチャクラスの属性またはテーブルとして取得することもできます。

The geoprocessing functions that extract cell values based on their attribute or location to a new raster include the following:

  • Extracting cells by attribute value (Extract by Attributes) is accomplished through a where clause. For example, your analysis may require an extraction of cells higher than 100 meters in elevation from an elevation raster.

  • Extracting cells by the geometry of their spatial location requires that groups of cells meeting a criteria of falling within or outside a specified geometric shape (Extract by Circle, Extract by Polygon, Extract by Rectangle).

  • Extracting cells by specific locations requires that you identify those locations either by their x,y point locations (Extract by Points) or through cells identified using a mask raster (Extract by Mask).

The geoprocessing functions that allow you to specify the locations for which to extract cell values to an attribute table or a regular table include the following:

  • Cell values identified by a point feature class can be recorded as an attribute of a new output feature class (Extract Values to Points). This will only extract the values from one input raster.

  • Cell values identified by a point feature class can be appended to the attribute table of that feature class (Extract Multi Values to Points). Cell values from multiple rasters can also be identified.

  • The cell values for identified locations (both raster and feature) can be recorded in a table (Sample).

使用可能なジオプロセシング機能とその簡単な説明を次の表に示します。

Geoprocessing FunctionDescription

Extract by Attributes

論理検索に基づいてラスターのセルを抽出します。

Extract by Circle

中心と半径を指定した円に基づいて、ラスターのセルを抽出します。

Extract by Mask

マスクによって定義されたエリアに一致するラスターのセルを抽出します。

Extract by Points

座標ポイントに基づいてラスターのセルを抽出します。

Extract by Polygon

頂点を指定したポリゴンに基づいて、ラスターのセルを抽出します。

Extract by Rectangle

範囲を指定した長方形に基づいて、ラスターのセルを抽出します。

Extract Multi Values to Points

1 つ以上のラスターから、ポイント フィーチャクラスで指定された位置にあるセル値を抽出し、その値をポイント フィーチャクラスの属性テーブルに記録します。

Extract Values to Points

一連のポイント フィーチャに基づいてラスターのセル値を抽出し、その値を出力フィーチャクラスの属性テーブルに記録します。

Sample

定義された位置のラスターまたは一連のラスターからのセルの値を表示するテーブルまたはポイント フィーチャクラスを作成します。 位置は、ラスター セル、ポイント、ポリライン、またはポリゴンによって定義されます。

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

関連トピック