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