Beispiel #1
0
 def dodynaBuffer(self):
   d = doGeoprocessing.GeoprocessingDialog(self.iface, 1)
   d.exec_()
Beispiel #2
0
 def doclip(self):
     d = doGeoprocessing.GeoprocessingDialog(self.iface, 8)
     d.exec_()
Beispiel #3
0
 def dominConvex(self):
   d = doGeoprocessing.GeoprocessingDialog(self.iface, 2)
   d.exec_()
Beispiel #4
0
 def dounion(self):
     d = doGeoprocessing.GeoprocessingDialog(self.iface, 6)
     d.exec_()
Beispiel #5
0
 def dosymdifference(self):
     d = doGeoprocessing.GeoprocessingDialog(self.iface, 7)
     d.exec_()
Beispiel #6
0
 def doerase(self):
     d = doGeoprocessing.GeoprocessingDialog(self.iface, 3)
     d.exec_()
Beispiel #7
0
 def dodissolve(self):
     d = doGeoprocessing.GeoprocessingDialog(self.iface, 4)
     d.exec_()
Beispiel #8
0
 def dointersect(self):
     d = doGeoprocessing.GeoprocessingDialog(self.iface, 5)
     d.exec_()