When combining multiple polylines through the Union function in Python to create a multipart polyline within ArcGIS Pro, there is no designed order of the parts in the multipart polyline created.
ArcGIS Pro
不具合 ID 番号
BUG-000175195
送信されました
March 20, 2025
最終更新日
April 20, 2025
適用対象
ArcGIS Pro
見つかったバージョン
3.4.2
オペレーティング システム
Windows OS
オペレーティング システムのバージョン
N/A
ステータス
As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
参考情報
The union of two geometries is a single geometry corresponding to the combination of both geometries, where anything within either of the original geometries is also part of the unioned geometry, but anything common to both geometries only exists once in the unioned geometry. The order of the input geometries to be unioned has no effect on the output.