Shapefiles in ArcMap 10.2.x have a maximum precision in long integer fields of 9, while shapefiles in ArcMap 10.3 have a maximum precision in long integer fields of 10.
上次发布: April 16, 2015ArcGIS for Desktop
漏洞 ID 编号
BUG-000086510
已提交
March 31, 2015
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.2.2
操作系统
Windows OS
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is by design. An integer will hold 2,147,483,647. Using only a 9 with limits an integer to 999,999,999. Previously it was truncating the values.