Running a Dissolve loses z - it appears to be reset to 0.0.
上次发布: August 25, 2014No Product Found
增强功能 ID 编号
NIM001607
已提交
August 22, 2014
上次修改时间
April 2, 2025
适用范围
No Product Found
找到的版本
9.1
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No Public Explanation
备用工作流程
From 680654: Below are two possible workarounds that others have suggested, the second one requires 3D Analyst:
1. Write out the pre-dissolve features to a text file using the GP tool 'Write Features To Text File' 2. Also write out the post-dissolve features to a text file. This will not have Zs. 3. I made the assumption that each unique XY vertex would have a corresponding unique Z. 4. I joined the post dissolve table with pre dissolve table based on a concatenation of the X and Y fields. 5. I calc'd the post dissolve Z to equal the pre dissolve Z 6. I created a new feature class from the table using the GP tool 'Create Feature From Text File'.
The other, using 3D Analyst:
1. Take the original feature run Feature Vertices to Points on it. 2. Take the new point feature class and run Feature to raster and set the "Field" property to the Shape field so that the Zs become the cell value of the raster. 3. Run your dissolve. 4. On the 3d analyst toolbar there is a tool called "Convert Features to 3d". Run this tool and use your newly created raster as the input. This will give z values to your feature class.