def intersection(self, polygon):
     return overlay.intersection(self, polygon)
Exemple #2
0
 def intersection(self, feature):
     return overlay.intersection(self, feature)