Skip to main content

Terrain 转栅格 (3D Analyst 工具)

汇总

使用 terrain 数据集中的 z 值对栅格进行插值。

用法

  • 要提取一部分 terrain,使用地理处理环境设置定义范围。

参数

标注 说明 数据类型

输入 Terrain

要处理的地形数据集。

Terrain Layer

输出栅格

输出栅格的位置和名称。 将栅格数据集存储到地理数据库或文件夹(例如 Esri Grid)时,请勿向栅格数据集的名称添加文件扩展名。 在将栅格存储到文件夹中时,可提供文件扩展名以定义栅格的格式,例如 .tif(生成 GeoTIFF)或 .img(生成 ERDAS IMAGINE 格式文件)。

如果栅格存储为 .tif 文件或存储在地理数据库中,可使用地理处理环境设置指定其栅格压缩类型和质量。

Raster Dataset

输出数据类型

(可选)

指定输出栅格中将存储的数值的类型。

  • Floating PointThe output raster will use 32-bit floating point, which supports values ranging from -3.402823466e+38 to 3.402823466e+38. This is the default.

  • IntegerThe output raster will use an appropriate integer bit depth. This option will round z-values to the nearest whole number and write an integer to each raster cell value.

String

方法

(可选)

将用于计算像元值的插值方法。

  • LinearApplies a distance based weight to the Z of each node in the triangle encompassing the center of a given cell, then sums the weighted values to assign the cell value. This is the default.

  • Natural NeighborsApplies an area based weighting scheme that uses Voronoi polygons to determine cell values.

String

采样距离

(可选)

用于定义输出栅格的像元大小的采样方法和距离。

  • ObservationsDefines the number of cells that divide the longest side of the output raster. This method is used by default with the value of 250.

  • Cell SizeDefines the cell size of the output raster.

String

金字塔等级分辨率

(可选)

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

Double

采样值

用于指定输出栅格像元大小的采样距离对应的值。

Double

环境

当前工作空间, 输出坐标系, 范围, 捕捉栅格, 金字塔, 压缩, 输出配置关键字, 自动提交, 栅格统计, 对 terrain 进行分析时使所用内存最小

许可信息

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