Global IDs are not carried over to the output when joining the data based on spatial location using the Spatial Join tool in ArcToolbox.
上次发布: October 12, 2015ArcGIS for Desktop
漏洞 ID 编号
BUG-000090451
已提交
September 1, 2015
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.3
操作系统
Windows OS
操作系统版本
7.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
this is a deliberate decision. GlobalIDs shouldn't be copied to processed output.
解决办法
Change the data type of the GlobalID field to Text.1. In the Spatial Join tool, go to the Field Map section. 2. Right-click the GlobalID field > Properties. 3. Select Text as the Field Type and specify the length.4. Click OK and run the tool. The global IDs come in the output but the field data type would be Text and not the GlobalID.OR Perform a spatial join using the spatial join from layers context menu and the global IDs are carried over to the output.Video > <a href="http://screencast.com/t/nq0sEgcLwZe" target="_blank">http://screencast.com/t/nq0sEgcLwZe</a>