The Erase tool hangs if the erased features have many large overlapping polygons.
最後に公開された状態: November 9, 2015ArcGIS for Desktop
不具合 ID 番号
BUG-000091246
送信されました
October 7, 2015
最終更新日
June 5, 2024
適用対象
ArcGIS for Desktop
見つかったバージョン
10.0
オペレーティング システム
Windows OS
オペレーティング システムのバージョン
7
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
This is an unfortunate, non-real world case that causes the internal engine to take a huge amount of time to process the data. It is a combination of a massive number of large overlapping polygons, combined with some very poor data containing many small and sliver like polygons. Probably the worst case scenario for data processing and certainly a big challenge for the internal engine.
The internal engine that does this processing does not perform a one by one or pairwise erase, nor can it perform a check up front to see if the result will be an empty output. What it does do is combine all the data from both inputs into a topologically correct fabric in order to maintain the input data integrity. This is where it is taking all its time. The data is a challenge on it's own (due to the massive overlap, the tiny slivers, etc), combined together its a bigger challenge for the engine to sort through. It will complete at some point, but not using 32bit and only on a 64bit machine with lots of RAM (I did a quick analysis and this will probably need at least 30GB of RAM to deal with the creation of the fabric due to all the new sliver polygons that end up getting generated).