예제 #1
0
파일: geometry.py 프로젝트: zalmoxis/django
 def unary_union(self):
     "Return the union of all the elements of this geometry."
     return self._topology(capi.geos_unary_union(self.ptr))
예제 #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))