Skip to main content

LAS 数据集转 TIN (3D Analyst 工具)

汇总

从 LAS 数据集导出不规则三角网 (TIN)。

插图

LAS 数据集转 TIN

用法

  • 您可以按分类代码、分类标志、返回值和高程范围过滤 LAS 数据集的点。 在 LAS 数据集的图层属性对话框中或使用 创建 LAS 数据集图层 工具定义点过滤器。

  • LAS 数据集图层还可用于控制表面约束要素的强化,而该要素可由 LAS 数据集引用。 当将 LAS 数据集作为三角化网格面显示或处理时,将强制执行约束。

  • 虽然 TIN 可支持的总点数可超过 1500 万,但建议限制 TIN 数据集不超过 500 万个点,以确保显示和分析数据时的响应性能。 可通过点细化方法和控制输出处理范围,缩减 TIN 结点计数。

    注:

    如果您需要以更加可预测的方式控制生成输出 TIN 时的 LAS 点细化方式,可以考虑使用窗口大小细化类型。

参数

标注 说明 数据类型

输入 LAS 数据集

将要处理的 LAS 数据集。

LAS Dataset Layer

输出 TIN

将要生成的 TIN 数据集。

TIN

细化类型

(可选)

指定将用于减少在生成 TIN 中保存为结点的 LAS 数据点的细化类型。

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

  • RandomLAS data points will be randomly selected based on the Thinning Method and Thinning Value parameter values.

  • Window SizeThe LAS dataset will be divided into square tiles defined by the Thinning Value parameter value, and LAS points will be selected using the Thinning Method parameter value.

String

细化方法

(可选)

指定要用于减少 LAS 数据点的方法,该方法会影响细化值参数值的解释。 可用选项取决于细化类型参数值。

  • PercentThe thinning value will reflect a percentage of the total points in the LAS dataset. This option is only available when the Thinning Type parameter value is Random.

  • Node CountThe thinning value will reflect the total number of nodes that are allowed in the output. This option is only available when the Thinning Type parameter value is Random.

  • Minimum ZSelects the LAS point with the lowest elevation in each window size area. This option is only available when the Thinning Type parameter value is Window Size.

  • Maximum ZSelects the LAS point with the highest elevation in each window size area. This option is only available when the Thinning Type parameter value is Window Size.

  • Closest To Mean ZSelects the LAS point with the elevation closest to the average value of all LAS points in each window size area. This option is only available when the Thinning Type parameter value is Window Size.

String

细化值

(可选)

细化值的解释取决于细化类型参数值。

如果细化类型参数值为窗口大小,则此值表示划分 LAS 数据集时依据的采样区域。

如果细化类型参数值为随机并且细化方法参数值为百分比,此值表示将导出至 TIN 的 LAS 点百分比。

如果细化类型参数值为随机并且细化方法参数值为结点计数,此值表示可导出至 TIN 的 LAS 点总数。

Double

最大输出结点数

(可选)

输出 TIN 中允许的最大结点数。 默认值为 5 百万。

Double

Z 因子

(可选)

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

Double

裁剪至范围

(可选)

指定是否将针对分析范围裁剪生成的 TIN。 仅当分析范围是输入 LAS 数据集的子集时,此选项才会生效。

  • 选中Clips the output TIN against the analysis extent. This is the default.

  • 未选中Does not clip the output TIN against the analysis extent.

Boolean

环境

当前工作空间, 范围, 输出坐标系, 地理变换, 默认 TIN 存储版本

许可信息

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