A DBF file with numeric fields with a fixed length of five and no decimals are interpreted by ArcMap as a short integer. This causes all values greater than 32717 to have 65536 subtracted, resulting in an incorrect (and negative) value within the attribute table. However, the correct values are still visible in the DBF file.
最後に公開された状態: June 25, 2015ArcGIS for Desktop
不具合 ID 番号
BUG-000087438
送信されました
May 5, 2015
最終更新日
June 5, 2024
適用対象
ArcGIS for Desktop
見つかったバージョン
10.3
オペレーティング システム
Windows OS
オペレーティング システムのバージョン
7
ステータス
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.
対処法
1. Add a field of type long integer.
2. Sort desired original column in an ascending order.
3. Select all negative values.
4. Calculate the value of the paired new column to be equal to “[original column value] + 65536”.
5. Repeat for all three affected columns.
6. View the DBF portion of the shapefile in Excel to verify the matching of the data between the original and the new columns.