コード例 #1
0
ファイル: RoadNetworkElement.java プロジェクト: 702nADOS/sumo
 /**
  * Checks whether the specified shape intersects the element
  *
  * @param s
  * @return
  */
 public boolean Overlaps(Shape s) {
   return shape.overlaps(s);
 }