提取数据任务 (服务器)

摘要

将指定感兴趣区域中的所选图层提取为选定的格式和空间参考,然后返回 .zip 文件中的数据。

警告:

此工具主要用作地理处理服务的一部分。 用此工具作为地理处理服务的一部分时,可将此工具复制到自定义工具箱中,并根据需求编辑模型。 由于地理处理服务向导在 ArcGIS Desktop 中不可用,因此您必须将所包含的工具箱另存为受支持的先前版本,然后从相同版本工具箱的 ArcGIS Desktop 中发布。 发布后,您可以连接到服务器并使用来自 ArcGIS Desktop 的服务。

使用情况

  • 要素格式栅格格式参数包含一个选项列表。 这些选项通过模型属性参数选项卡上的值列表过滤器进行设置。

  • You can add, modify, or remove the list of formats for either the Feature Format parameter or the Raster Format parameter. You will have to copy this model to your own custom toolbox before making any changes.

    1. Right-click a copied version of this tool and select Properties.
    2. In the properties dialog box that appears, click the Parameters tab.
    3. Find the parameter of interest in the table of parameters. On the right side of the table click Ellipsis to bring up its value list. The set of default formats should be listed.
    4. Add, modify, or remove formats from the list as desired. The string you provide needs to be delimited as: Name of format - Short Name - Extension. The hyphens are required and there must be one space before and after the hyphen.
    5. Click OK to apply the changes and exit.

参数

标注说明数据类型
要裁剪的图层

要裁剪的图层。 图层必须是要素或栅格;不支持图层文件。

Layer
感兴趣区域

裁剪图层所依据的一个或多个面。

Feature Set
要素格式

指定输出要素的格式。 格式应指定如下:

  • 名称或格式 - 名称缩写 - 扩展名(如果存在)

必须使用连字符且连字符前后必须各有一个空格。

例如:

  • File Geodatabase - GDB - .gdb
  • Shapefile - SHP - .shp
  • Autodesk AutoCAD - DXF_R2007 - .dxf
  • Autodesk AutoCAD - DWG_R2007 - .dwg
  • Bentley Microstation Design (V8) - DGN_V8 - .dgn

支持的名称缩写列表中包含 DGN_V8DWG_R14DWG_R2000DWG_R2004DWG_R2005DWG_R2007DWG_R2010DXF_R14DXF_R2000DXF_R2004DXF_R2005DXF_R2007DXF_R2010

String
栅格格式

指定输出栅格数据集的格式。 格式应指定如下:

  • 格式名称 - 名称缩写 - 扩展名(如果有)。

必须使用连字符且连字符前后必须各有一个空格。

例如:

  • Esri GRID - GRID
  • File Geodatabase - GDB - .gdb
  • ERDAS IMAGINE - IMG - .img
  • Tagged Image File Format - TIFF - .tif
  • Portable Network Graphics - PNG - .png
  • Graphic Interchange Format - GIF - .gif
  • Joint Photographics Experts Group - JPEG - .jpg
  • Joint Photographics Experts Group - JPEG - .jp2
  • Bitmap - BMP - .bmp

上述的某些栅格格式存在限制,所以并非所有数据都可以转换为此格式。

String
输出 Zip 文件

包含已提取的数据的 zip 文件。

File

arcpy.server.ExtractDataTask(Layers_to_Clip, Area_of_Interest, Feature_Format, Raster_Format, Output_Zip_File)
名称说明数据类型
Layers_to_Clip
[Layer,...]

要裁剪的图层。 图层必须是要素或栅格;不支持图层文件。

Layer
Area_of_Interest

裁剪图层所依据的一个或多个面。

Feature Set
Feature_Format

指定输出要素的格式。 格式应指定如下:

  • 名称或格式 - 名称缩写 - 扩展名(如果存在)

必须使用连字符且连字符前后必须各有一个空格。

例如:

  • File Geodatabase - GDB - .gdb
  • Shapefile - SHP - .shp
  • Autodesk AutoCAD - DXF_R2007 - .dxf
  • Autodesk AutoCAD - DWG_R2007 - .dwg
  • Bentley Microstation Design (V8) - DGN_V8 - .dgn

支持的名称缩写列表中包含 DGN_V8DWG_R14DWG_R2000DWG_R2004DWG_R2005DWG_R2007DWG_R2010DXF_R14DXF_R2000DXF_R2004DXF_R2005DXF_R2007DXF_R2010

String
Raster_Format

指定输出栅格数据集的格式。 格式应指定如下:

  • 格式名称 - 名称缩写 - 扩展名(如果有)。

必须使用连字符且连字符前后必须各有一个空格。

例如:

  • Esri GRID - GRID
  • File Geodatabase - GDB - .gdb
  • ERDAS IMAGINE - IMG - .img
  • Tagged Image File Format - TIFF - .tif
  • Portable Network Graphics - PNG - .png
  • Graphic Interchange Format - GIF - .gif
  • Joint Photographics Experts Group - JPEG - .jpg
  • Joint Photographics Experts Group - JPEG - .jp2
  • Bitmap - BMP - .bmp
警告:

上述的某些栅格格式存在限制,所以并非所有数据都可以转换为此格式。 有关格式及其限制信息的列表,请参阅受支持的传感器列表

String
Output_Zip_File

包含已提取的数据的 zip 文件。

File

环境

此工具不使用任何地理处理环境。

许可信息

  • Basic: 是
  • Standard: 是
  • Advanced: 是

相关主题