laptop and a wrench

漏洞

Arcade intersection function does not work in ArcGIS Pro when used for attribute rules.

ArcGIS Pro
漏洞 ID 编号 BUG-000172956
已提交December 10, 2024
上次修改时间May 14, 2025
适用范围ArcGIS Pro
找到的版本3.2.4
操作系统Windows OS
操作系统版本10.0 64 Bit
状态Known Limit

附加信息

Point intersection on lines is dependent on the tolerance of the data and, in the case of curves, the interpolation of the curve. It's best practice to expand the search area rather than relying on floating point overlay.

解决办法

Create a buffer on the point feature and intersect the point feature with the line feature.

Create a small buffer around the centroid point (e.g., 0.1 meters):

var buffer = Buffer(featBreak, 0.1)

Find line features within the buffer:

var intersectingLines = Intersects(featMain, buffer)

var firstIntersectingLine = First(intersectingLines)

重现步骤

漏洞 ID: BUG-000172956

软件:

  • ArcGIS Pro

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项