示例#1
0
 def closed(self):
     """
     Return whether or not this Geometry is closed.
     """
     return capi.geos_isclosed(self.ptr)
示例#2
0
 def closed(self):
     """
     Return whether or not this Geometry is closed.
     """
     return capi.geos_isclosed(self.ptr)