Overlay geoprocessing functions

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

オーバーレイ解析ジオプロセシング機能を使用すると、複数の入力にウェイト (重み) を適用し、それらを 1 つの出力値として結合して、指定されている分布や形状に従って、その結果内で優先される場所を識別できます。 これらのジオプロセシング機能は、一般的に適合性モデリングに使用されます。

There are several approaches for performing overlay analysis. Although the methods differ, they all follow the same general steps for solving a multi criteria problem. There is a general sequence of steps to follow when performing this type of analysis, using geoprocessing functions from this geoprocessing function category as well as others available in the Spatial Analyst toolbox. Since each approach is based on different assumptions, the meaning of the numbers and the analysis techniques are specific to the approach. Which one to select will depend on the problem you are addressing.

Use the Weighted Overlay and Weighted Sum geoprocessing functions to perform the most general approach to reclassifying and weighting multiple input rasters in Overlay analysis. The Fuzzy Overlay and Fuzzy Membership geoprocessing functions employ fuzzy logic as a mechanism to address inherent inaccuracies in attributes and in the geometry of spatial datasets.

The Locate Regions geoprocessing function allows you to identify the best locations or regions within the combined surface that meet your specific needs. You can control the total area desired, the number of regions that area should be distributed between, the shape of the regions, and how close or how far the regions can be from each other.

以下のトピックは、ジオプロセシング機能の論理的側面に関する背景情報と、その実装例を説明しています。

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

Geoprocessing FunctionDescription

Fuzzy Membership

指定したファジー アルゴリズムに基づいて、入力ラスターの集合におけるメンバーシップの強さを表す 0 ~ 1 のスケールに変換します。

Fuzzy Overlay

選択したオーバーレイ タイプに基づき、ファジー メンバーシップのラスター データを結合します。

Locate Regions

指定した評価条件を満たし、識別された形状、サイズ、数、および領域内の距離制限を満たす入力有用性 (適合性) ラスターから、最適な領域、または連続セルのグループを識別します。

Weighted Overlay

複数のラスターを共通の計測スケールでオーバーレイし、それぞれを重大度に応じて重み付けします。

Weighted Sum

それぞれに与えられた加重値を掛け、その結果を合計したラスター同士をオーバーレイします。

Geoprocessing functions in the Overlay category

関連トピック