Changes between Initial Version and Version 1 of Ticket #4868, comment 2


Ignore:
Timestamp:
Mar 4, 2021, 11:19:03 AM (3 years ago)
Author:
mdavis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4868, comment 2

    initial v1  
    1 Note that this is the condition required for a set of Polygons to form a non-overlapping coverage, and for a set of LineStrings to form a non-crossing linear network.
     1This is a more general and useful test than `ST_Overlaps` (since `ST_Overlaps` does not detect the case when one geometry is covered by another, and it does not support mixed-dimension inputs).
     2
     3It is the condition required to determine if a set of Polygons forms a non-overlapping coverage, or if a set of LineStrings forms a non-crossing linear network.