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