Ejemplo n.º 1
0
 def unary_union(self):
     "Return the union of all the elements of this geometry."
     return self._topology(capi.geos_unary_union(self.ptr))
Ejemplo n.º 2
0
 def unary_union(self):
     "Return the union of all the elements of this geometry."
     return self._topology(capi.geos_unary_union(self.ptr))