Skip to main content

分割 (3D Analyst 工具)

汇总

按照区域(类)对输入像元值的范围进行分割或重分类。 可用的 数据分类方法 包括相等间隔、相等面积(分位数)、自然间断点、标准差(以平均值为中心)、标准差(平均值作为中断)、定义间隔和几何间隔。

用法

  • 以下选项可用于分割方法参数。 它们生成具有不同特征的输出区域。

    • 相等面积—将为输出栅格定义区域数量,并且每个区域中的像元数应相同。

    • 相等间隔—将为输出栅格定义区域数量,每个区域包含相等的值范围。

    • 自然间断点几何间隔—将为输出栅格指定区域数量,每个区域中的像元数将由分类间隔决定。

    • 标准差(以平均值为中心)标准差(以平均值为中断点)定义间隔—输出栅格将具有由间隔大小参数值确定的区域数,每个区域中的像元由类别中断点确定。

  • 根据指定的分割方法,必须指定输出区域数量参数值或间隔大小参数值之一。

    • 当使用相等面积相等间隔自然间断点几何间隔分割方法时,需要指定输出区域数量参数。

    • 当使用定义间隔标准差(以平均值为中心)标准差(以平均值为中断点)分割方法时,需要指定间隔大小参数。

  • 可以使用将 NoData 更改为输出的值参数将 NoData 值替换为输出中的整数值。 如果您需要防止 NoData 像元与任何输出区域合并,需指定一个超出预期输出区域范围的整数值。 例如,对于从 1 到 5 的输出区域,指定一个小于 1 或大于 5 的值。 候选值包括 0、100 和 -99。 要将 NoData 值合并到现有区域中,需使用该区域的整数值。 如果未设置此参数,则输入 NoData 像元将在输出栅格中保持为 NoData。

  • 当输入栅格具有矩形像元时,将对其进行处理,以确保输出栅格像元将为正方形,其边长等于矩形像元长度和宽度的平均值。

参数

标注 说明 数据类型

输入栅格

要进行重分类的输入栅格。

Raster Layer

输出栅格

输出重分类栅格。

输出将始终为整型。

除了标准 ObjectIDValueCount 字段之外,输出栅格的属性表包含两个额外字段。 Value 字段表示类别值。 ZoneMinZoneMax 字段记录用于生成类别的最小和最大值。

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

环境

自动提交, 像元大小, 像元大小投影方法, 压缩, 当前工作空间, 范围, 地理变换, 掩膜, 输出配置关键字, 输出坐标系, 并行处理因子, 临时工作空间, 捕捉栅格, 切片大小

许可信息

  • 基本: 需要 3D Analyst 或 Spatial Analyst
  • 标准: 需要 3D Analyst 或 Spatial Analyst
  • 高级: 需要 3D Analyst 或 Spatial Analyst