Skip to main content

编辑 TIN (3D Analyst 工具)

汇总

从一个或多个输入要素中加载数据以修改现有不规则三角网 (TIN) 的表面。

了解有关“编辑 TIN”工作原理的详细信息

插图

“编辑 TIN”工具图示

向 TIN 中添加隔断线。

用法

  • 此工具用于修改输入 TIN。 如果想要保留源 TIN 的未修改版本,可考虑使用 复制 TIN 工具维持备份。

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

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

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

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

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

参数

标注 说明 数据类型

输入 TIN

要处理的 TIN 数据集。

TIN Layer

表面要素定义

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

值表列:

  • Input FeaturesThe features that will be added to the TIN.

  • Height FieldThe field from the input's attribute table that will provide the elevation for its features. The z- or m-values in the Shape field can be used along with any numeric field. Choosing the <None> option will result in the feature's elevation being interpolated from its surrounding 3D measurements.

  • 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.

  • 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.

  • Use ZSpecifies whether z- or m-values will be used when the SHAPE field is specified as the height source. Specifying True indicates that z-values will be used; specifying False indicates that m-values will be used.

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

更新后的 TIN。

TIN Layer

环境

当前工作空间, 范围

许可信息

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