Пример #1
0
 def _set_thresh(self, thresh):
     """Private method to set the Vector threshold"""
     return libvect.Vect_set_thresh(self.c_mapinfo, ctypes.c_double(thresh))
Пример #2
0
 def _set_thresh(self, thresh):
     return libvect.Vect_set_thresh(self.c_mapinfo, ctypes.c_double(thresh))