def _get_zone(self): """Private method to obtain the Vector projection zone""" return libvect.Vect_get_zone(self.c_mapinfo)
def _get_zone(self): return libvect.Vect_get_zone(self.c_mapinfo)