def __init__(self, giface, mapwindow): """Base class of vector digitizer :param giface: reference to a grass interface instance :param mapwindow: reference to a map window instance """ IVDigit.__init__(self, giface, mapwindow)
def __init__(self, mapwindow): IVDigit.__init__(self, mapwindow, driver=IClassDisplayDriver) self._settings['closeBoundary'] = True # snap to the first node
def __init__(self, mapwindow): """Base class of vector digitizer :param mapwindow: reference to a map window instance """ IVDigit.__init__(self, mapwindow)
def __init__(self, mapwindow): """!Base class of vector digitizer @param mapwindow reference to mapwindow (mapdisp_window.BufferedWindow) instance """ IVDigit.__init__(self, mapwindow)