Пример #1
0
 def union(self, *args):
     return _geos.Geometry_union(self, *args)
Пример #2
0
 def union(self, *args): return _geos.Geometry_union(self, *args)
 def pointOnSurface(self): return _geos.Geometry_pointOnSurface(self)
Пример #3
0
 def union(*args):
     return _geos.Geometry_union(*args)