ArcGIS for Desktop

  • 文档
  • 合约
  • 支持

  • My Profile
  • 帮助
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

专为贵组织打造的制图平台

ArcGIS for Desktop

全面的专业性 GIS

ArcGIS for Server

面向企业的 GIS

ArcGIS for Developers

用于构建位置感知应用程序的工具

ArcGIS Solutions

适用于行业的免费模板地图和应用程序

ArcGIS Marketplace

获取适用于组织的应用程序和数据

  • 文档
  • 合约
  • 支持
Esri
  • 登录
user
  • 我的个人资料
  • 登出

Help

  • 主页
  • 入门
  • 制图
  • 分析
  • 管理数据
  • 工具
  • 更多...

Extract Depths

  • 摘要
  • 用法
  • 语法
  • 代码实例
  • 环境
  • 许可信息

摘要

Extracts depth point features from a surface created within the Compose Surface window in ArcGIS for Maritime: Bathymetry. Depth features are points sampled from an interpolated raster surface. Point spacing of extracted depth features will be in the planar distance of the input spatial reference.

深度表示给定水位与海底之间垂直距离的度量。

用法

  • Use this tool to create data for use with the Depths To ASCII tool.

  • The BIS Model parameter consists of a mosaic dataset, attributes, display order, and sorting rules. You create and save BIS models in the Compose Surface window in ArcGIS for Maritime: Bathymetry.

  • The Clipping Features parameter requires one feature. This can be a single selected feature or a feature layer with a definition query that references one feature. If Clipping Features is a path to a feature class, that feature class must contain one polygon. You can use the Create Feature Class tool to create a new feature class to store a clipping feature.

  • The Output Depth Features parameter is the location in which the new output feature class will be generated.

    法律声明:

    Prior to 10.1 Service Pack 1, this parameter expected an existing, Z-enabled feature class with certain fields already defined.

  • If a Bathymetric Attributed Grid (BAG) is used with this tool, both Depth and TPU values are sampled from the BAG's elevation and uncertainty bands. Depth values will be stored as part of each point's geometry, such that the output will be z-enabled, while TPU values will be added to the attribute table.

语法

ExtractDepths_bathymetry (bis_workspace, bis_model, clip_features, spacing_value, out_features)
参数说明数据类型
bis_workspace

The Bathymetric Information System (BIS) geodatabase (.gdb) or a connection (.sde) to the BIS database containing the surface model and mosaic dataset.

Workspace
bis_model

The name of the composite surface in the BIS Workspace. It is prepopulated with a list of names of the models saved in the workspace.

String
clip_features

The features that define the feature extraction extent.

Feature Layer
spacing_value

The desired spacing between sampled points in the output, in meters.

Double
out_features

The feature class that will contain the extracted depth features. This tool will output a new, z-enabled point feature class.

Feature Class

代码实例

ExtractDepths example (stand-alone script)

The following stand-alone script demonstrates how to use the ExtractDepths tool.

# Name: ExtractDepths_Example.py
# Description: Extracts point features from a BIS composite surface. 
# Requirements: ArcGIS for Maritime Bathymetry

import arcpy

# setup parameters
bis_workspace = "C:/data/BIS.gdb"
bis_model = "NewModel"
clip_features = "C:/data/MyData.gdb/ClipPolyFC"
spacing_value = 50.0
out_features = "C:/output/Output.gdb/PointFC"

# execute the tool. For a stand-alone scripts, check out the extension first - arcpy.CheckOutExtension("Bathymetry")
arcpy.ExtractDepths_bathymetry(bis_workspace, bis_model, clip_features, spacing_value, out_features)

环境

  • 当前工作空间

许可信息

  • ArcGIS for Desktop Basic: 否
  • ArcGIS for Desktop Standard: 需要 Maritime Bathymetry
  • ArcGIS for Desktop Advanced: 需要 Maritime Bathymetry

相关主题

  • Extract Depths To ASCII
  • Depths To ASCII
  • Reduce Point Density
  • Export Points
  • An overview of the Analysis toolset
有关此主题的反馈?

ArcGIS for Desktop

  • 主页
  • 文档
  • 合约
  • 支持

ArcGIS 平台

  • ArcGIS Online
  • ArcGIS for Desktop
  • ArcGIS for Server
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

关于 Esri

  • 关于我们
  • 招贤纳士
  • 内部人员博客
  • 用户大会
  • 开发者峰会
Esri
© Copyright 2016 Environmental Systems Research Institute, Inc. | 隐私政策 | 法律声明