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

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

Export Points

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

摘要

Exports point features from a point surface model created within the Compose Surface window in ArcGIS for Maritime:Bathymetry.

Exported point features are copied directly from source point datasets associated with representative rasters referenced in the surface model and are not extracted from cell values of the rasters themselves. Footprint polygons specified when point datasets are added to a BIS are used to determine the areas in which points should be exported from each source point dataset. In areas of overlap between two or more datasets in the surface model, points from only the topmost dataset (based on ordering rules defined in the surface model) are exported.

Export Points tool example

用法

  • The BIS Model parameter is the name of a point surface model contained within the BIS workspace. You create and save BIS models in the Compose Surface window in Bathymetry Solution.

    注:

    Raster surface models cannot be used with this tool.

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

语法

ExportPoints_bathymetry (bis_workspace, bis_model, out_features)
参数说明数据类型
bis_workspace

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

Workspace
bis_model

The name of the composite surface in the BIS Workspace.

String
out_features

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

Feature Class

代码实例

Export Points example (stand-alone script)

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

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

# setup parameters
bis_workspace = "C:/data/BIS.gdb"
bis_model = "NewModel"
out_features = "C:/output/Output.gdb/PointFC"

# for a stand-alone script, check out the extension first
arcpy.CheckOutExtension("Bathymetry")

# execute the tool. 
arcpy.ExportPoints_bathymetry(bis_workspace, bis_model, out_features)

环境

  • 当前工作空间

许可信息

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

相关主题

  • Extract Depths
  • Extract Depths To ASCII
  • Depths To ASCII
  • Reduce Point Density
  • 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. | 隐私政策 | 法律声明