Esempio n. 1
0
 def _set_zone(self, zone):
     """Private method to set the Vector projection zone"""
     return libvect.Vect_set_zone(self.c_mapinfo, ctypes.c_int(zone))
Esempio n. 2
0
 def _set_zone(self, zone):
     return libvect.Vect_set_zone(self.c_mapinfo, ctypes.c_int(zone))