def intersection(self, polygon): return overlay.intersection(self, polygon)
def intersection(self, feature): return overlay.intersection(self, feature)