コード例 #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))