コード例 #1
0
 private Coordinate getCoordinate(OSMNode osmNode) {
   return new Coordinate(osmNode.getLon(), osmNode.getLat());
 }