Ejemplo n.º 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)
Ejemplo n.º 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)