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 intersection of interior-interior of g1 and g2 is LINESTRING(2 4, 10 10) whose dimension is 1. Thus the de9im code should be 1F1F001F2 instead of 0F1F001F2.
Actually the expected result is 1F1F00FF2 (since A contains B, the Exterior of A does not interact with the Interior of B).
This result is correctly computed by the RelateNG algorithm.
dr-jts
changed the title
ST_Relate gives error result in interior-interior intersection dimension
ST_Relate gives incorrect result in interior-interior intersection dimension
May 7, 2024
dr-jts
changed the title
ST_Relate gives incorrect result in interior-interior intersection dimension
ST_Relate gives incorrect result for interior-interior intersection dimension
May 7, 2024
Considering the following statement:
The intersection of interior-interior of g1 and g2 is
LINESTRING(2 4, 10 10)
whose dimension is 1. Thus the de9im code should be 1F1F001F2 instead of 0F1F001F2.The version of Geos is the latest one:
bdceea6
The text was updated successfully, but these errors were encountered: