laptop and a wrench

漏洞

When running the Buffer tool or the Pairwise Buffer tool with a distance value of 10 or close to 10 (9.999), regardless of the unit of measure, it generates too many vertices compared to other values.

ArcGIS Pro
漏洞 ID 编号 BUG-000164997
已提交February 9, 2024
上次修改时间June 5, 2024
适用范围ArcGIS Pro
找到的版本3.2
操作系统Windows OS
操作系统版本10.0 64 Bit
状态As Designed

附加信息

By default, for the Buffer tool (all methods) and the Pairwise Buffer tool (geodesic method only), there are jumps in the deviation at certain distances, which explains what is being seen: (meters) if (distance <= 1.0) return 0.001; if (distance <= 1000.0) return 0.1; if (distance <= 10000.0) return 1.0; if (distance <= 100000.0) return 5.0; return 10.0; For the Pairwise Buffer tool, set the Max Offset Deviation parameter value to control the output vertex count. The Buffer (Analysis) tool would not be providing control over this. The Pairwise Buffer tool documentation points to the Densify documentation, which gives additional information on max deviation. Refer to https://pro.arcgis.com/en/pro-app/latest/tool-reference/editing/densify.htm.

解决办法

The Pairwise Buffer tool provides the Maximum Offset Deviation parameter to provide some control over this.

重现步骤

漏洞 ID: BUG-000164997

软件:

  • ArcGIS Pro

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项