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).