A calculation error is found when using the Intersect tool.
上次发布: August 3, 2022ArcGIS Pro
漏洞 ID 编号
BUG-000150259
已提交
June 24, 2022
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.9.2
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
Points that fall on the boundary will have one record for one of the polygons sharing a boundary and one record for the other polygon that shares the boundary. This is documented here: https://pro.arcgis.com/en/pro-app/3.0/help/data/geodatabases/overview/feature-class-basics.htm
The maximum distance a coordinate can move to its new location during such operations is the square root of two times the x,y tolerance. The clustering algorithm is iterative so in some cases, coordinate locations may shift more than this distance.
All this means the point in question is considered within the tolerance and thus on the polygon boundary line. When a point falls on a line, it is considered to have intersected both polygons so each polygon the point intersected has a record.
Pairwise tools perform a similar process using XY Tolerance.