The SHAPE_AREA and SHAPE_LENGTH attribute fields are excluded from the output after joining an ST_Geometry feature class to a standalone table.
上次发布: April 14, 2021ArcSDE/Enterprise Geodatabase
漏洞 ID 编号
BUG-000117694
已提交
October 25, 2018
上次修改时间
June 5, 2024
适用范围
ArcSDE/Enterprise Geodatabase
找到的版本
10.6.1
操作系统
Windows OS
操作系统版本
2008 R2 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The performance of joined data is heavily impacted by the automatic geometry fields (ie: Shape_Length and Shape_Area), so these fields are deliberately excluded from the join results.
If these values are required in the joined table, add a standard numeric field to the joined feature layer to store those values. Use attributes rules to ensure the length and area values remain up-to-date, or include a field calculation step in the workflows.