Running the Buffer tool while appending to an existing buffer feature class does not calculate the shape length and shape area fields in the attribute table.
ArcGIS Pro
漏洞 ID 编号
BUG-000178217
已提交
July 25, 2025
上次修改时间
July 29, 2025
适用范围
ArcGIS Pro
找到的版本
3.5.2
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
Under Consideration
该问题已由开发团队审核。 其尚未被优先纳入发布计划,但将对其进行监控以确定总体影响。 在优先级排序过程中考虑的因素包括受影响或请求功能的用户数量、业务影响、是否存在解决方法等。 如果漏洞对您的业务产生不利影响,请参阅“操作方法:升级缺陷”(https://support.esri.com/en/technical-article/000024129)。
解决办法
Use the Pairwise Buffer tool.
Add area or length fields using the Calculate Geometry Attributes tool.
Use arcpy.da.SearchCursor with SHAPE@AREA or SHAPE@LENGTH to retrieve the values.