示例#1
0
    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)
示例#2
0
 def __init__(self, mapwindow):
     IVDigit.__init__(self, mapwindow, driver=IClassDisplayDriver)
     self._settings['closeBoundary'] = True  # snap to the first node
示例#3
0
    def __init__(self, mapwindow):
        """Base class of vector digitizer

        :param mapwindow: reference to a map window instance
        """
        IVDigit.__init__(self, mapwindow)
示例#4
0
文件: main.py 项目: caomw/grass
    def __init__(self, mapwindow):
        """Base class of vector digitizer

        :param mapwindow: reference to a map window instance
        """
        IVDigit.__init__(self, mapwindow)
示例#5
0
文件: digit.py 项目: rkrug/grass-ci
 def __init__(self, mapwindow):
     IVDigit.__init__(self, mapwindow, driver=IClassDisplayDriver)
     self._settings['closeBoundary'] = True  # snap to the first node
示例#6
0
 def __init__(self, mapwindow):
     """!Base class of vector digitizer
     
     @param mapwindow reference to mapwindow (mapdisp_window.BufferedWindow) instance
     """
     IVDigit.__init__(self, mapwindow)