The z-values of certain features will change to the minimum z-value once they are copied to a feature class in an enterprise geodatabase. In the feature class, there are some features whose z-values were preserved and some features whose z-values change.
上次发布: September 12, 2017ArcSDE/Enterprise Geodatabase
漏洞 ID 编号
BUG-000107389
已提交
August 15, 2017
上次修改时间
June 5, 2024
适用范围
ArcSDE/Enterprise Geodatabase
找到的版本
10.5
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.
解决办法
Update the z-values in the original data by changing the 1st vertex from z-value 1646.255 to 1646.256. Save the edits, then change the vertex z-value back to 1646.255. The z-values will be preserved when they are copied/loaded into the enterprise geodatabase feature class.ORConstruct a Python script that will "fake" update all the z-values in the feature class (i.e. UpdateCursor to increase each Z by a value of 0).