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