ArcGIS for Desktop

  • Documentation
  • Pricing
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS for Desktop

A complete professional GIS

ArcGIS for Server

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Pricing
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Export Points

  • Summary
  • Usage
  • Syntax
  • Code Sample
  • Environments
  • Licensing Information

Summary

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

Usage

  • 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.

    Note:

    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.

Syntax

ExportPoints_bathymetry (bis_workspace, bis_model, out_features)
ParameterExplanationData Type
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

Code Sample

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)

Environments

  • Current Workspace

Licensing Information

  • ArcGIS for Desktop Basic: No
  • ArcGIS for Desktop Standard: Requires Maritime Bathymetry
  • ArcGIS for Desktop Advanced: Requires Maritime Bathymetry

Related Topics

  • Extract Depths
  • Extract Depths To ASCII
  • Depths To ASCII
  • Reduce Point Density
  • An overview of the Analysis toolset
Feedback on this topic?

ArcGIS for Desktop

  • Home
  • Documentation
  • Pricing
  • Support

ArcGIS Platform

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

About Esri

  • About Us
  • Careers
  • Insiders Blog
  • User Conference
  • Developer Summit
Esri
© Copyright 2016 Environmental Systems Research Institute, Inc. | Privacy | Legal