示例#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))
示例#2
0
 def _set_zone(self, zone):
     return libvect.Vect_set_zone(self.c_mapinfo, ctypes.c_int(zone))