laptop and a wrench

漏洞

The Multiple Ring Buffer tool generates unexpected output when more than two distances are specified and the dissolve option is set to “ALL” (ArcView and ArcEditor license level only).

上次发布: August 25, 2014 ArcGIS for Desktop
漏洞 ID 编号 NIM068265
已提交May 17, 2011
上次修改时间June 5, 2024
适用范围ArcGIS for Desktop
找到的版本10.0
修正版本ArcGISruntime 1.0
状态Fixed

解决办法

Modifying the codeblock in line 157 of <a href="http://MultiRingBuffer.py" target="_blank">MultiRingBuffer.py</a> corrected the behavior. This was confirmed, but extensive testing was not done.Replace:codeblock = '''def pullDistance(distL, *fids):return min([i for i, j in zip(distL, fids) if j != -1])'''With:codeblock = '''def pullDistance(distL, *fids):return min([i for i, j in zip(distL, fids) if j == 1])'''

重现步骤

漏洞 ID: NIM068265

软件:

  • ArcGIS for Desktop

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项