In ArcObjects, incorrect feature geometry is returned from VPF feature classes when there are overlapping polygon features.
上次发布: June 20, 2016ArcObjects SDK
漏洞 ID 编号
BUG-000095753
已提交
April 14, 2016
上次修改时间
June 5, 2024
适用范围
ArcObjects SDK
找到的版本
10.3.1
操作系统
Windows OS
操作系统版本
7
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
If the user inspect the geometry closely, there are two parts of the polygon oriented counter-clockwise, and thus output as holes. The original data has the problem thus causes the output not as expected by the user. The customer might need to correct the data to make it topologically correct.
解决办法
Programmatically modify the geometry of the self-intersecting polygon to remove the two inner rings, leaving only one outer ring.