Exemplo n.º 1
0
 def _set_scale(self, scale):
     """Private method to set the Vector scale"""
     return libvect.Vect_set_scale(self.c_mapinfo, ctypes.c_int(scale))
Exemplo n.º 2
0
 def _set_scale(self, scale):
     return libvect.Vect_set_scale(self.c_mapinfo, ctypes.c_int(scale))