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