不具合 ID 番号 |
BUG-000146598 |
送信されました | February 3, 2022 |
最終更新日 | June 5, 2024 |
適用対象 | ArcGIS Pro SDK for .NET |
見つかったバージョン | 2.9 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | 2022 |
ステータス | As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
|
参考情報
The construct polygons tool uses tolerance to determine if selected lines create a closed boundary. Visit desktop help for examples. In this case, the lines do not create a closed boundary. The custom map tool, which is the construct polygons tool, is working as expected. It has a large search tolerance for finding lines to try to construct polygons with, which causes multiple failure dialogs for each set it tries. However, the area the bug highlights does not have a polygon created without the enclosing lines being edited to have their endpoints closer than the tolerance, which was set at 0.01 meters.
対処法
Increase the private double _tolerance to a value that is equal to or greater than the gap between the selected lines that are being used to construct polygons.
再現の手順