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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動