RasterLayer.GetStatistics

RasterLayer.GetStatistics method

カウント、合計、平均、最小、最大で構成される要約統計量を計算します。

public RasterStatistics GetStatistics(int bandIndex = 0, bool excludeNodataValue = true)
パラメータタイプ説明
bandIndexInt32バンドのインデックス。番号付けは 0 から始まります。
excludeNodataValueBoolean「nodata」値を除外できます。 「excludeNodataValue」が false に設定されている場合、すべてのピクセルが考慮されます。

戻り値

要約統計。

関連項目