示例#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_()