laptop and a wrench

漏洞

In ArcGIS Engine Java 10 Service Pack 3, the WFS To Feature Class conversion doesn't work as expected. The execute on the geoprocessor object throws the following error: "AutomationException: 0x80004005 - Unspecified error at com.esri.arcgis.geoprocessing.GeoProcessor.execute(Unknown Source)"

上次发布: August 31, 2014 ArcGIS Engine
漏洞 ID 编号 NIM076722
已提交January 6, 2012
上次修改时间June 5, 2024
适用范围ArcGIS Engine
找到的版本10.0
编程语言Java
操作系统Windows OS
操作系统版本XP
状态Will Not Be Addressed

附加信息

We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.

解决办法

The code provided below executes successfully and produces the desired output.ToolboxWorkspaceFactory factory = new ToolboxWorkspaceFactory();IToolboxWorkspace toolboxWorkspace = new IToolboxWorkspaceProxy(factory.openFromFile("C:/Program Files/ArcGIS/ArcToolBox/Toolboxes", 0));IGPToolbox toolbox = toolboxWorkspace.openToolbox("Conversion Tools.tbx");IGPTool tool = toolbox.openTool("WFSToFeatureClass"); Array values = new Array(); GPString inputWFS = new GPString();GPString inputFeature = new GPString();GPString outputLoc = new GPString();GPString outputFeature = new GPString(); inputWFS.setValue("<a href="http://10.10.22.102:8399/arcgis/services/ITSNTP_ITSPROD/MapServer/WFSServer" target="_blank">http://10.10.22.102:8399/arcgis/services/ITSNTP_ITSPROD/MapServer/WFSServer</a>");inputFeature.setValue("GITSlupek");outputLoc.setValue("<a href="file:C://test3.gdb" target="_blank">C:\\test3.gdb</a>");outputFeature.setValue("Slupek"); values.add(inputWFS);values.add(inputFeature);values.add(outputLoc);values.add(outputFeature); tool.execute(values, null, null, null);

重现步骤

漏洞 ID: NIM076722

软件:

  • ArcGIS Engine

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项