Esempio n. 1
0
 def union(self, other):
     "Returns a Geometry representing all the points in this Geometry and other."
     return self._topology(capi.geos_union(self.ptr, other.ptr))
Esempio n. 2
0
 def union(self, other):
     "Returns a Geometry representing all the points in this Geometry and other."
     return self._topology(capi.geos_union(self.ptr, other.ptr))