标注 | 说明 | 数据类型 |
要裁剪的图层 | 要裁剪的图层。 图层必须是要素或栅格;不支持图层文件。 | Layer |
感兴趣区域 | 裁剪图层所依据的一个或多个面。 | Feature Set |
要素格式 | 指定输出要素的格式。 格式应指定如下:
必须使用连字符且连字符前后必须各有一个空格。 例如:
支持的名称缩写列表中包含 DGN_V8、DWG_R14、DWG_R2000、DWG_R2004、DWG_R2005、DWG_R2007、DWG_R2010、DXF_R14、DXF_R2000、DXF_R2004、DXF_R2005、DXF_R2007 和 DXF_R2010。 | String |
栅格格式 | 指定输出栅格数据集的格式。 格式应指定如下:
必须使用连字符且连字符前后必须各有一个空格。 例如:
上述的某些栅格格式存在限制,所以并非所有数据都可以转换为此格式。 | String |
输出 Zip 文件 | 包含已提取的数据的 zip 文件。 | File |
摘要
将指定感兴趣区域中的所选图层提取为选定的格式和空间参考,然后返回 .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.
- Right-click a copied version of this tool and select Properties.
- In the properties dialog box that appears, click the Parameters tab.
- Find the parameter of interest in the table of parameters. On the right side of the table click to bring up its value list. The set of default formats should be listed.
- 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.
- Click OK to apply the changes and exit.
参数
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 | 指定输出要素的格式。 格式应指定如下:
必须使用连字符且连字符前后必须各有一个空格。 例如:
支持的名称缩写列表中包含 DGN_V8、DWG_R14、DWG_R2000、DWG_R2004、DWG_R2005、DWG_R2007、DWG_R2010、DXF_R14、DXF_R2000、DXF_R2004、DXF_R2005、DXF_R2007 和 DXF_R2010。 | String |
Raster_Format | 指定输出栅格数据集的格式。 格式应指定如下:
必须使用连字符且连字符前后必须各有一个空格。 例如:
警告:上述的某些栅格格式存在限制,所以并非所有数据都可以转换为此格式。 有关格式及其限制信息的列表,请参阅受支持的传感器列表。 | String |
Output_Zip_File | 包含已提取的数据的 zip 文件。 | File |
环境
许可信息
- Basic: 是
- Standard: 是
- Advanced: 是