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