예제 #1
0
파일: geometries.py 프로젝트: 007lva/mmddpp
 def close_rings(self):
     """
     If there are any rings within this geometry that have not been
     closed, this routine will do so by adding the starting point at the
     end.
     """
     # Closing the open rings.
     capi.geom_close_rings(self.ptr)
예제 #2
0
 def close_rings(self):
     """
     If there are any rings within this geometry that have not been
     closed, this routine will do so by adding the starting point at the
     end.
     """
     # Closing the open rings.
     capi.geom_close_rings(self.ptr)