Skip to main content

插值 Shape (3D Analyst 工具)

汇总

通过从表面插入 Z 值创建 3D 要素。

了解有关“插值 Shape”工作原理的详细信息

插图

“插值 Shape”工具图示

用法

  • 此工具使用从输入表面的重叠部分派生的高度值创建 3D 要素。 3D 面将仅在其周边存储 z 值,因为 3D 面的内部在渲染时将被随机定义。 因此,3D 面通常不适合表示非平面高度信息。 要生成曲面的真实制图表达,使用 面插值为多面体 工具。

  • 任何曲线或面线段都将根据采样距离参数值进行增密。 如果未定义采样距离,则该值将从输入表面派生。 对于栅格,默认采样大小将是栅格的像元大小。 对于 TIN、terrain 或 LAS 数据集,默认采样将基于三角化表面生成的边。 如果曲线短于采样大小,则曲线将使用起点和终点简化为两点线。

  • 使用自然邻域插值法时,请考虑指定采样距离,该距离应等于或大于表面中数据点平均点间距的一半。

  • 在使用仅插值折点参数时,不会输出折点落在表面数据区域外的要素,除非输入表面为栅格并且使用最邻近插值方法。

  • 如果输入要素类包含 m 值,输出要素类也包含 m 值,并将保留原始折点 m 值。

参数

标注 说明 数据类型

输入表面

将用于插入 Z 值的表面。

LAS Dataset Layer; Mosaic Layer; Raster Layer; Terrain Layer; TIN Layer; Image Service

输入要素

将要处理的输入要素。

Feature Layer

输出要素类

将生成的要素类。

Feature Class

采样距离

(可选)

用于内插 z 值的间距。 默认情况下,该参数是栅格数据集的像元大小或三角化网格面的自然增密。

Double

Z 因子

(可选)

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

Double

方法

(可选)

指定将用于确定输出要素的高程值的插值方法。 可用选项取决于表面类型。

  • BilinearThe value of the query point will be determined using bilinear interpolation. This is the default when the input is a raster surface.

  • Nearest NeighborThe value of the query point will be determined using nearest neighbor interpolation. With this method, surface values will only be interpolated for the input feature's vertices. This option is only available for a raster surface.

  • LinearElevation values will be obtained from the plane defined by the triangle that contains the x,y-location of a query point. This is the default interpolation method for TIN, terrain, and LAS datasets.

  • Natural NeighborsElevation values will be obtained by applying area-based weights to the natural neighbors of a query point.

  • Conflate Minimum ZElevation values will be obtained from the smallest z-value found among the natural neighbors of a query point.

  • Conflate Maximum ZElevation values will be obtained from the largest z-value found among the natural neighbors of a query point.

  • Conflate Nearest ZElevation values will be obtained from the nearest value among the natural neighbors of a query point.

  • Conflate Z Closest To MeanElevation values will be obtained from the z-value that is closest to the average of all the natural neighbors of a query point.

String

仅插值折点

(可选)

指定是否仅沿输入要素的折点进行插值,并忽略采样距离选项。

  • 选中Interpolation will only occur along the vertices.

  • 未选中Interpolation will occur using the sampling distance. This is the default.

Boolean

金字塔等级分辨率

(可选)

将使用 terrain 金字塔等级的 z 容差或窗口大小分辨率。 默认值为 0,或全分辨率。

Double

保留部分位于表面外的要素

(可选)

指定是否将在输出中保留一个或多个折点落在栅格数据区域范围之外的要素。 此参数仅当输入表面为栅格并且使用最邻近插值法时可用。

  • 选中Each vertex that falls outside the raster surface will have its z-value derived from the trend of z-values calculated for the vertices within the raster surface and will be retained in the output.

  • 未选中Features with at least one vertex that falls outside the raster surface will be skipped in the output. This is the default.

Boolean

对增密折点进行 m 值插值

(可选)

指定是否对通过增密添加的线和面折点的 m 值,从原始输入折点进行插值。

如果应用,则将沿两个具有 m 值的现有折点之间的原始线段对增密折点进行 m 值插值。 如果任一原始折点缺失 m 值,则沿该线段的所有新添加折点的 m 值均设置为 NaN。

  • 选中The m-values for densified vertices will be interpolated.

  • 未选中The m-values for densified vertices will not be interpolated. This is the default.

Boolean

环境

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

许可信息

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