예제 #1
0
파일: geometry.py 프로젝트: zalmoxis/django
 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)