def intersection(self, polygon):
     return overlay.intersection(self, polygon)
Esempio n. 2
0
 def intersection(self, feature):
     return overlay.intersection(self, feature)