Remove Terrain Points (3D Analyst)

ライセンス レベル:BasicStandardAdvanced

サマリ

This tool removes points within an area of interest from one or more embedded feature classes.

レガシーレガシー:

This is a deprecated tool. This functionality has been added to the Delete Terrain Points tool.

使用法

構文

RemoveTerrainPoints_3d (in_terrain, data_source, aoi_extents)
パラメータ説明データ タイプ
in_terrain

The terrain dataset to be modified

Terrain layer
data_source

One or more embedded feature classes from which points will be removed

String
aoi_extents

The XY extent defining the area from which points will be removed

Extent

コードのサンプル

Remove Terrain Points example (Python window)

The following Python Window script demonstrates how to use the Remove Terrain Points function in immediate mode.

import arcgisscripting
gp = arcgisscripting.create()

gp.CheckOutExtension("3D")
gp.workspace = "C:/data"
extent = "6442927 2053828 6452927 2065858"
gp.RemoveTerrainPoints_3d("sample.gdb/featuredataset/terrain", "napa_points", extent)

環境

ライセンス情報

ArcGIS for Desktop Basic: 次のものが必要 3D Analyst
ArcGIS for Desktop Standard: 次のものが必要 3D Analyst
ArcGIS for Desktop Advanced: 次のものが必要 3D Analyst
7/28/2014