| 不具合 ID 番号 |
BUG-000131016 |
| 送信されました | May 20, 2020 |
| 最終更新日 | June 5, 2024 |
| 適用対象 | ArcGIS Runtime SDK |
| 見つかったバージョン | 100.8 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 64 Bit |
| ステータス | As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
|
参考情報
Geoprocessing Packages created in ArcGIS Pro for use with ArcGIS Runtime Local Server (and the upcoming ArcGIS Maps SDK for Local Server) must be based on either a geoprocessing model created with model builder or a python script. It is not possible to execute a single out-of-the-box geoprocessing tool, such as the Buffer tool, and then package it for use with Local Server. Custom models and scripts will then expose input and output parameters as data types that are supported by the ArcGIS Maps SDKs, and are appropriate for the input and output data formats. Additionally use input parameters referring to local storage to avoid transmitting data over http on the local machine, where the Local Server can read from and write to disk.
対処法
Create a new geoprocessing model, add the tool and other parameters using expected datatypes, and publish it as a GPKX file.
再現の手順