Add Terrain Points (3D Analyst)

许可等级:BasicStandardAdvanced

摘要

Adds multipoints to an embedded terrain feature class by appending them or by using them to replace existing multipoints that fall within the same extent.

法律声明法律声明:

This is a deprecated tool. To learn more about how this tool works click here to view archived documentation. This functionality has been added to the Append Terrain Points tool.

用法

语法

AddTerrainPoints_3d (in_terrain, terrain_feature_class, in_feature_class, {method})
参数说明数据类型
in_terrain

The terrain dataset to be modified.

Terrain Layer
terrain_feature_class

The embedded feature class to which points will be added.

String
in_feature_class

The feature class containing the points to be added.

Feature Layer
method
(可选)

Indicates whether points are appended to the target or used to replace those in the target.

String

代码实例

Add Terrain Points example (Python window)

The following sample demonstrates how to use this tool in the Python window:

import arcgisscripting
gp = arcgisscripting.create()

gp.CheckOutExtension("3D")
gp.workspace = "C:/data"
gp.AddTerrainPoints_3d("sample.gdb/featuredataset/terrain", "mass_points", "new_points.shp", "APPEND")

环境

相关主题

许可信息

ArcGIS for Desktop Basic:需要 3D Analyst
ArcGIS for Desktop Standard:需要 3D Analyst
ArcGIS for Desktop Advanced:需要 3D Analyst
9/15/2013