Skip to main content

栅格转多点 (3D Analyst 工具)

汇总

将栅格像元中心转换为 3D 多点要素(其 Z 值反映栅格像元值)。

用法

  • 如果拥有栅格高程数据并需要访问表面三角化提供的实用功能,请考虑使用此工具,因为多点要素可加载到 TIN 或 Terrain 数据集中。

  • 输入栅格的参数值过大时,请考虑应用细化方法参数减少导出至多点要素类的像元数。 选项如下:

    • z 容差 -细化像元的同时保持垂直精度。

    • -细化像元的同时控制水平采样距离。

    • VIP -当生成的多点主要应用于可视化应用程序时,请使用此方法。 此方法相对较快,能够输出可预测点数,并识别局部山峰和凹地。 然而,该方法对噪点敏感,可能会忽略跨越范围大于 3 像元 × 3 像元的地形要素。

    • VIP 直方图 -使用此选项作为应用 VIP 选项的初始步骤,它会生成显著性得分的直方图,反映随每个递增的百分比值而将要选择的点数。

参数

标注 说明 数据类型

输入栅格

将要处理的栅格。

Raster Layer; Mosaic Layer

输出要素类

将生成的要素类。

Feature Class

输出 VIP 表

(可选)

在为细化方法参数指定 VIP 直方图时,将创建的直方图表格。

在为 method 参数指定 VIP_HISTOGRAM 时,将创建的直方图表格。

Table

细化方法

(可选)

指定要应用于输入栅格的细化方法,以选择要导出至多点要素类的像元的子集。

  • No ThinningNo thinning will be applied. This is the default.

  • Z ToleranceOnly the cells that are required for maintaining a surface within a specified z-range of the input raster will be exported.

  • KernelThe raster will be divided into equal-sized tiles based on the Thinning Value parameter value, and one or two cells that meet the Kernel Method parameter value will be exported.

  • VIPA roving 3-cell-by-3-cell window will be used to create a three-dimensional best fit plane. Each cell is given a significance score based on its absolute deviation from this plane. A histogram of these scores is then used to determine the cells that will be exported based on the Thinning Value parameter value.

  • VIP HistogramA table will be created containing the significance values and the corresponding number of points associated with those values.

String

核方法

(可选)

指定在输入栅格应用核细化时在每个核邻域中使用的选择方法。

  • MinimumA point will be created at the cell with the smallest elevation value found in the kernel neighborhood. This is the default.

  • MaximumA point will be created at the cell with the largest elevation value found in the kernel neighborhood.

  • Minimum and MaximumTwo points will be created at the cells with the smallest and largest z-values found in the kernel neighborhood.

  • Closest to MeanA point will be created at the cell whose elevation value is closest to the average of the cells in the kernel neighborhood.

String

Z 因子

(可选)

Z 值将乘上的系数。 此值通常用于转换 z 线性单位来匹配 x,y 线性单位。 默认值为 1,此时高程值保持不变。 如果输入表面的空间参考具有已指定线性单位的 z 基准面,则此参数不可用。

Double

细化值

(可选)

细化方法参数值关联的细化值。

  • Z 容差 -输入栅格与通过输出多点要素类创建的表面之间所允许的最大差异(z 单位)。 默认值是输入栅格 z 范围的 1/10。

  • -每个分块边缘的栅格像元数。 默认值为 3,这意味着栅格将被划分为 3 像元 × 3 像元的窗口。

  • VIP - 显著性得分直方图的百分比数等级。 默认值为 5.0,这意味着将导出分数在直方图前 5 % 内的像元。

Double

环境

当前工作空间, 输出坐标系, 范围, 地理变换, XY 分辨率, XY 容差, Z 分辨率, Z 容差, 输出 XY 值域, 输出 Z 值域, 输出配置关键字, 自动提交

许可信息

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