Esempio n. 1
0
 def relate(self, other):
     "Returns the DE-9IM intersection matrix for this Geometry and the other."
     return capi.geos_relate(self.ptr, other.ptr)
Esempio n. 2
0
 def relate(self, other):
     "Returns the DE-9IM intersection matrix for this Geometry and the other."
     return capi.geos_relate(self.ptr, other.ptr).decode()