Skip to main content

创建 Terrain (3D Analyst 工具)

汇总

创建一个 terrain 数据集。

用法

  • 平均点间距参数值应反映 terrain 中使用的数据的合理近似值,因为该参数值将用于定义优化数据分析和显示性能的 terrain 内部切片的大小。 每个切片大约包含不超过 200,000 个源高程点。 如果数据在不同位置集聚的密度差异极大,则指定的值应该更偏重于较小的间距。

  • 执行此工具后,请依次使用 添加 Terrain 金字塔等级 来指定金字塔定义,使用 向 Terrain 添加要素类 来引用构成表面的数据源,然后使用 构建 Terrain 来完成对 Terrain 的构建。

参数

标注 说明 数据类型

输入要素数据集

将包含 terrain 数据集的要素数据集。

Feature Dataset

输出 Terrain

Terrain 数据集的名称。

String

平均点间距

对 terrain 建模时所用数据点之间的平均水平距离。 对于摄影测量、激光雷达和声纳测量等基于传感器的测量,通常已知所需使用的间距。 间距使用要素数据集坐标系的水平单位。

Double

最大概貌大小

(可选)

Terrain 概貌类似于缩略图概念。 它是 terrain 数据集的最粗略表示,其最大大小表示为创建概貌而进行采样的测量点的数量上限。

Long

配置关键字

(可选)

用于优化企业级数据库中 terrain 存储的配置关键字。

String

金字塔类型

(可选)

指定将用于构建地形金字塔的点细化方法。

  • Window SizeData points in the area defined by a given window size for each pyramid level will be selected using the Window Size Method parameter value. This is the default.

  • Z ToleranceThe vertical accuracy of each pyramid level relative to the full resolution of the data points will be specified.

String

窗口大小方法

(可选)

指定如何在由窗口大小定义的区域中选择点。 仅当在金字塔类型参数中指定窗口大小时,此参数才适用。

  • Minimum ZThe point with the smallest elevation value will be selected. This is the default.

  • Maximum ZThe point with the largest elevation value will be selected.

  • Closest To Mean ZThe point with the elevation value closest to the average of all values will be selected.

  • Minimum and Maximum ZThe points with the smallest and largest elevation values will be selected.

String

二次细化方法

(可选)

当使用窗口大小金字塔时,指定要执行的外加细化来减少在平坦区域上所用的点数。 如果某个区域内点的高度均在二次细化阈值参数值内,则可将该区域视为平坦区域。 在较高的分辨率金字塔等级下它的效果更明显,因为较小的区域更可能比较大的区域平坦。

  • NoneNo secondary thinning will be performed. This is the default.

  • MildMild thinning will be performed to preserve linear discontinuities (for example, building sides and forest boundaries). This method is recommended for lidar that includes both ground and nonground points. It will thin the fewest points.

  • ModerateModerate thinning will be performed, which provides a balance between performance and accuracy. This method does not preserve as much detail as mild thinning but comes close while eliminating more points overall.

  • StrongStrong thinning will be performed, which removes the most points but is less likely to preserve sharply delineated features. Limit its use to surfaces where slope tends to change gradually. For example, strong thinning is efficient for bare-earth lidar and bathymetry.

String

二次细化阈值

(可选)

金字塔类型参数设置为窗口大小后,用于激活二次细化的垂直阈值。 将该值设置为等于或大于数据的垂直精度。

Double

三角测量方法

(可选)

指定是否要通过增密隔断线要素的线段使其符合用于构建 TIN 表面的 Delaunay 三角测量规则,从而将其合并到 terrain 表面中。

Delaunay 三角测量将增密隔断线要素以容纳其周围的点,从而避免创建细长三角形。在分析基于 TIN 的表面时,这些三角形通常会产生不良结果。 此外,只能对符合 Delaunay 准则的三角测量执行自然邻域插值和泰森多边形生成。

受约束的 Delaunay 三角测量将避免增密隔断线要素,而是将隔断线段作为边合并到 TIN 表面中。 当您需要明确定义以确保不会被三角仪修改(即,分割为多条边)的某些边时,请考虑使用此选项。

  • DelaunayBreaklines will be densified to construct Delaunay triangles that accommodate the points surrounding them. This is the default.

  • Constrained DelaunayBreaklines will not be densified.

String

派生输出

标注 说明 数据类型

输出 Terrain

新 terrain 数据集。

Terrain

环境

当前工作空间, 自动提交, 输出配置关键字

许可信息

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