Exemple #1
0
 def intersects(self, other):
     "Returns true if disjoint returns false."
     return capi.geos_intersects(self.ptr, other.ptr)
Exemple #2
0
 def intersects(self, other):
     "Returns true if disjoint returns false."
     return capi.geos_intersects(self.ptr, other.ptr)