示例#1
0
 def empty(self):
     """
     Returns a boolean indicating whether the set of points in this Geometry
     are empty.
     """
     return capi.geos_isempty(self.ptr)
示例#2
0
 def empty(self):
     """
     Returns a boolean indicating whether the set of points in this Geometry
     are empty.
     """
     return capi.geos_isempty(self.ptr)