コード例 #1
0
 def intersection(self, polygon):
     return overlay.intersection(self, polygon)
コード例 #2
0
 def intersection(self, feature):
     return overlay.intersection(self, feature)