You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to implement DE-9IM. So, hopefully, de9im should handle them however each predicate's intersection matrix dictates. But I understand that a user can get some nonintuitive results if the function names are used based on their informal English meaning and not their strict DE-9IM definitions. For example, a user might think:
One of your lines and polygon above would overlap but not according to DE-9IM
Two polygons should cross but never do not according to DE-9IM
Also, since there are so many combinations of predicates and geometries, I'll give some thought on which ones are obvious and which ones deserve being called out in the documentation.
I will quickly copy my testcase here in case someone else comes along and wonders about this.
My Question: How do the different methods handle cases where
vs.
Conclusion: In my case, I want to use
intersects
which returns true for lines intersecting with the area.contains
:coveredby
:crosses
:intersects
:within
:The methods not listed here do not support this szenario.
Full test file
The text was updated successfully, but these errors were encountered: