Beispiel #1
0
 def intersection(self, other):
     "Returns a Geometry representing the points shared by this Geometry and other."
     return self._topology(capi.geos_intersection(self.ptr, other.ptr))
Beispiel #2
0
 def intersection(self, other):
     "Returns a Geometry representing the points shared by this Geometry and other."
     return self._topology(capi.geos_intersection(self.ptr, other.ptr))