The ITopologicalOperator method does not return valid Intersect geometry when the inputs are z-awared polylines.
上次发布: August 4, 2017ArcObjects SDK
漏洞 ID 编号
BUG-000106339
已提交
July 6, 2017
上次修改时间
June 5, 2024
适用范围
ArcObjects SDK
找到的版本
10.4.1
操作系统
Windows OS
操作系统版本
7.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Topological operations are 2-D based. The two polylines involved are with Z values, and not simple in 2-D. In the code, user must set the IsKnownSimple property to false first before calling IsSimple The result of topological operations on non-simple geometries are not guaranteed to generate correct output.