Skip to main content

创建 TIN (3D Analyst 工具)

汇总

创建一个不规则三角网 (TIN) 数据集。

插图

创建 TIN 工具图示。

用法

  • 避免使用地理坐标系创建 TIN,因为以球面坐标表示 x,y 单位时,无法有效实施 Delaunay 三角测量规则。

  • 表面要素类型用于定义输入要素将如何构成表面三角化的定义。

    • 可将点要素指定为离散多点,而这些点所提供的数据结点的 z 值用于表面的三角测量。

    • 可将线要素指定为离散多点和隔断线,表示沿某一表面的位置,该表面的坡度线性不连续,如山脊线、海岸线、路面边缘、建筑物轮廓等。

    • 此外,也可将面要素指定为离散多点和断裂线,以及用于定义数据区的裁剪要素、通过常量 z 值定义区域的替换要素(如水体)和表示不存在数据的内部区域的擦除要素。

  • 该工具可以在足够的内存条件下创建由数百万个点组成的 TIN。 然而,将 TIN 节点数量限制在 600 万以下将确保响应显示性能和整体可用性。 如果需要更大的 TIN 表面,请考虑使用 terrain 数据集。 地形数据集提供多分辨率 TIN 表面,可以支持更大的源测量值集合。

  • 如果待创建的 TIN 将用于 ArcGIS Desktop 10.0 之前的版本,则可将 默认 TIN 存储版本 环境设置为 PRE_10.0

  • 创建 TIN 数据集后,您可以使用 编辑 TIN 工具对其进行修改,以将其他基于要素的测量值合并到 TIN 表面。 您还可以使用 描绘 TIN 数据区域 工具根据三角形边的最大长度定义哪些 TIN 三角形构成插值区域。 也可以通过 交互式编辑 修改 TIN 表面。

参数

标注 说明 数据类型

输出 TIN

将要生成的 TIN 数据集。

TIN

坐标系

(可选)

输出 TIN 的空间参考。 将空间参考设置为投影坐标系。 不建议使用地理坐标系,因为当以角度单位表示 x,y 坐标时无法确保 Delaunay 三角测量,这可能会对基于距离的计算(如坡度、体积和视线)的准确性产生负面影响。

Coordinate System

输入要素类

(可选)

输入要素以及定义如何将其添加到 TIN 的相关属性。

值表列:

  • Input FeaturesThe feature whose geometry will be imported to the TIN.

  • Height FieldThe source of elevation for the input features. Any numeric field from the input feature's attribute table can be specified, along with Shape.Z for the z-values of 3D features and Shape.M for the m-values stored with the geometry. Choosing the <None> keyword will result in the feature's elevation being interpolated from the surrounding surface.

  • TypeThe input feature's role in defining the TIN surface. The available options depend on the geometry of the input features. For line- and polygon-based surface feature types, the hard and soft designations for the surface feature type impact the way the line or polygon boundary is handled when interpolating a raster surface from the TIN dataset when using natural neighbor interpolation. A hard surface feature type represents a border with a sharp discontinuity in elevation, such as the edge of a cliff, a wall, or a curb on the side of the road. A soft surface feature type represents a border where the elevation is more smoothly defined.

    • Mass PointsElevation measurements will be incorporated as TIN nodes.

    • Hard LineBreakline features will define linear discontinuities in the TIN.

    • Soft LineBreakline features will define linear discontinuities in the TIN.

    • Hard ClipPolygon features will define the data area of the TIN surface.

    • Soft ClipPolygon features will define the data area of the TIN surface.

    • Hard ErasePolygon features will define interior voids in the data.

    • Soft ErasePolygon features will define interior voids in the data.

    • Hard ReplacePolygon features will define areas of constant height.

    • Soft ReplacePolygon features will define areas of constant height.

    • Hard Value FillInteger attributes will be assigned to nodes and triangle faces.

    • Soft Value FillInteger attributes will be assigned to nodes and triangle faces.

  • Tag FieldA numeric attribute will be assigned to the TIN's data elements using values obtained from an integer field in the input feature's attribute table.

Value Table

约束型 Delaunay

(可选)

指定将与 TIN 隔断线一同使用的三角测量技术。

  • 选中The TIN will use constrained Delaunay triangulation, which will add each segment as a single edge. Delaunay triangulation rules are honored everywhere except along breaklines, which will not be densified.

  • 未选中The TIN will use Delaunay conforming triangulation, which may densify each segment of the breaklines to produce multiple triangle edges. This is the default.

Boolean

环境

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

许可信息

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