Return True if the DE-9IM relationship code satisfies the pattern.
(self, other, pattern)
| 875 | ) |
| 876 | |
| 877 | def relate_pattern(self, other, pattern): |
| 878 | """Return True if the DE-9IM relationship code satisfies the pattern.""" |
| 879 | return _maybe_unpack(shapely.relate_pattern(self, other, pattern)) |
| 880 | |
| 881 | # Linear referencing |
| 882 | # ------------------ |