漏洞 ID 编号 |
BUG-000170600 |
已提交 | September 9, 2024 |
上次修改时间 | November 7, 2024 |
适用范围 | ArcGIS Pro |
找到的版本 | 3.3.1 |
操作系统 | Windows OS |
操作系统版本 | 10.0 64 Bit |
状态 | As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
|
附加信息
A point is assumed to be on the segment if the closest distance from the point to the segment interior is less than or equal to sqrt(2) * tolerance. In that case, the segment splits, and the new endpoints snap with the point. This is the situation when vertex #53 of the feature River is moved to the location of vertex #3 of the feature 3006. The length of the newly created segment is 0.0045931674540042877 which is less than sqrt(2) * tolerance, so the endpoints of the segment are snapped to the middle.
解决办法
If possible, after moving vertex #53 in River to the location of vertex #3 in 3006, move vertex #18 in 3515 to the new location of vertex #53 in River. Then also move vertex #3 in 3006 to the new location of #53 in River.
重现步骤