示例#1
0
 def convex_hull(self):
     """
     Returns the smallest convex Polygon that contains all the points
     in the Geometry.
     """
     return self._topology(capi.geos_convexhull(self.ptr))
示例#2
0
 def convex_hull(self):
     """
     Returns the smallest convex Polygon that contains all the points
     in the Geometry.
     """
     return self._topology(capi.geos_convexhull(self.ptr))