Skip to main content

スライス (3D Analyst ツール)

サマリー

入力セルの値の範囲を、ゾーン (クラス) に切り直すか再分類します。 使用可能な データ分類方法 には、等間隔、等面積 (等量)、自然分類、標準偏差 (平均値中心化)、標準偏差 (区切りとしての平均値)、指定間隔、等比間隔があります。

使用法

  • スライス手法 パラメーターでは、次のオプションを利用できます。 これらによって異なる特性を持つ出力ゾーンが生成されます。

    • 等面積- それぞれのゾーンにほぼ同じ数のセルが含まれるように、定義した数のゾーンが出力ラスターに生成されます。

    • 等間隔- それぞれのゾーンに等しい値の範囲が含まれるように、定義した数のゾーンが出力ラスターに生成されます。

    • 自然分類 および 等比間隔- それぞれのゾーンにクラスの閾値で決定した数のセルが含まれるように、指定した数のゾーンが出力ラスターに生成されます。

    • 標準偏差 (平均値中心化)標準偏差 (区切りとしての平均値)指定間隔- それぞれのゾーンにクラスの閾値で決定した数のセルが含まれるように、間隔サイズ で決定した数のゾーンが出力ラスターに生成されます。

  • 指定したスライス手法に応じて、出力ゾーン数 パラメーター値または 間隔サイズ パラメーター値のいずれかを指定する必要があります。

    • スライス手法が 等面積等間隔自然分類、または 等比間隔 の場合は、出力ゾーン数 パラメーターが必要です。

    • スライス手法が 指定間隔標準偏差 (平均値中心化)、または 標準偏差 (区切りとしての平均値) の場合は、間隔サイズ パラメーターが必要です。

  • 出力で NoData を値に変更 パラメーターを使用して、NoData の値を出力の整数値に置き換えることができます。 NoData のセルが出力ゾーンと結合しないようにする必要がある場合は、想定される出力ゾーンの範囲外にある整数値を指定します。 たとえば、出力ゾーンの範囲が 1 ~ 5 の場合、1 未満の値または 5 より大きい値を指定します。 候補となる値には、0、100、-99 などが含まれます。 NoData 値を既存のゾーンにマージするには、そのゾーンの整数値を使用します。 このパラメーターが設定されていない場合、入力の NoData セルは出力ラスターで NoData のままになります。

  • 入力ラスターに長方形のセルがある場合、出力ラスター セルが正方形になるよう処理されます。その辺の長さは、長方形の長さと幅の平均値に等しくなります。

パラメーター

ラベル 説明 データ タイプ

入力ラスター

再分類対象の入力ラスター。

Raster Layer

出力ラスター

出力再分類ラスター。

出力は常に整数タイプになります。

出力ラスターの属性テーブルには、標準の ObjectIDValueCount フィールドに加えて、新しく 2 つのフィールドが含まれます。 Value フィールドはクラス値を示します。 ZoneMin および ZoneMax フィールドにはそれぞれ最小値と最大値が記録され、クラスの生成に使用されます。

Raster Dataset

出力ゾーン数

(オプション)

入力ラスターを再分類するゾーンの数。

スライス手法 パラメーター値が 等面積等間隔自然分類、または 等比間隔 の場合、このパラメーターが必要です。

スライス手法 パラメーター値が 指定間隔標準偏差 (平均値中心化)、または 標準偏差 (区切りとしての平均値) の場合、出力ゾーン数 パラメーターは無効になります。 出力ゾーン数は 間隔サイズ パラメーター値によって決定されます。

Long

スライス手法

(オプション)

入力ラスターをゾーンに再分類する方法を指定します。

  • Equal intervalThe range of input values will be equally divided into the specified number of output zones to determine the class breaks. This is the default.

  • Equal areaThe number of input cells will be equally divided into the specified number of output zones to determine the class breaks. Each zone will have a similar number of cells, indicating a similar amount of area.

  • Natural breaksThe class breaks will be determined in a way that minimizes the variance within classes and maximizes the variance between classes. The breaks are usually set at relatively big changes in the data values.

  • Standard deviation (mean-centered)The class breaks will be placed above and below the mean value at a specified interval size, such as 2, 1, or 0.5, in the unit of standard deviation, until reaching the minimum and maximum values of the input raster. Mean is not used as a break but centered by two class breaks. One break is at half of the specified interval size above the mean and the other is at half of the specified interval size below the mean. Standard deviation is calculated with the n-1 denominator, where n is the number of pixels with value.

  • Standard deviation (mean as a break)The mean value will be used as a class break. Other class breaks will be placed above and below the mean value at a specified interval size, such as 2, 1, or 0.5, in the unit of standard deviation, until reaching the minimum and maximum values of the input raster. Standard deviation is calculated with the n-1 denominator, where n is the number of pixels with value.

  • Defined intervalThe class breaks will be set to zero and a multiple of the specified interval size relative to zero. They will then be clipped to the minimum and maximum values of the input data for the first and last classes. For a value range that contains zero, zero will always be included as a break point.

  • Geometric intervalThe class breaks will be created based on class intervals that have a geometric series. This is a pattern in which the current value equals the previous value divided by a geometric coefficient. The geometric coefficient in this classifier can change once (to its inverse) to optimize the class ranges. The algorithm creates these geometrical intervals by minimizing the sum of squares of the number of elements in each class. This ensures that each class has approximately the same number of values and that the change between intervals is consistent.

String

出力の開始値

(オプション)

出力ラスター データセットのゾーン (クラス) に使用される開始値です。

クラスには整数値が割り当てられ、開始値から 1 ずつ増加します。

デフォルトの開始値は 1 です。

Long

出力で NoData を値に変更

(オプション)

出力で NoData を値に置き換えます。

このパラメーターが設定されていない場合、NoData セルは出力ラスターで NoData のままになります。

Long

間隔サイズ

(オプション)

クラス間の間隔のサイズです。

スライス手法 パラメーターが 指定間隔標準偏差 (平均値中心化)、または 標準偏差 (区切りとしての平均値) に設定されている場合、このパラメーターが必要です。

指定間隔 を使用する場合、間隔サイズは、クラス閾値の計算に使用するクラスの実際の値範囲を示します。

標準偏差 (平均値中心化) または 標準偏差 (区切りとしての平均値) を使用する場合、間隔サイズは、クラス閾値の計算に使用する標準偏差の数値を示します。

Double

環境

自動コミット, セル サイズ, セル サイズ投影法, 圧縮, 現在のワークスペース, 範囲, 地理座標系変換, マスク, 出力データのコンフィグレーション キーワード, 出力座標系, 並列処理ファクター, スクラッチ ワークスペース, スナップ対象ラスター, タイル サイズ

ライセンス情報

  • Basic: 3D Analyst または Spatial Analyst が必要
  • Standard: 3D Analyst または Spatial Analyst が必要
  • Advanced: 3D Analyst または Spatial Analyst が必要