| 不具合 ID 番号 |
BUG-000152932 |
| 送信されました | October 12, 2022 |
| 最終更新日 | June 5, 2024 |
| 適用対象 | ArcGIS Pro |
| 見つかったバージョン | N/A |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 64 Bit |
| ステータス | As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
|
参考情報
The Intersect tool is working as designed. Non-3D tools are only 2.5D and are unable to provide complete 3D overlay results. For the overlay tools, they work as a first in first out decision tree and in theory; the M and Z values assigned to an intersection could change over time if something changes the order, resulting in getting the input features from the input. The M and Z value in the output is often questionable due to the tools in ArcGIS Pro not being fully M and Z tools. If the M and Z values need to be exactly maintained, the 3D and linear referencing tools should be used.
対処法
Workaround to obtain Z values from Line features -
- Use the Polygon to line tool and provide the output = Polygon_Line
- Use the Intersect tool (input sequence as mentioned below):
a. Provide the line feature class as first input (at the top) = TestLine
b. Provide output from step#1 as the second input = Polygon_Line
This would allow the output points to take the z-values from TestLine.
再現の手順