Package org.opentrafficsim.road.network.factory.osm
OpenStreetMap import.
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
$LastChangedDate: 2015-07-26 01:01:13 +0200 (Sun, 26 Jul 2015) $, @version $Revision: 1155 $, by $Author: averbraeck $,
initial version 16 jan. 2015
- Author:
- Moritz Bergmann
-
Class Summary Class Description OSMLink OpenStreetMap Link.OSMNetwork Container for all imported entities of an OpenStreetMap file.OSMNode OpenStreetmap Node.OSMRelation OSMRelation wraps a set of OSMTags, a set of OSMWays and a set of OSMNodes.OSMTag Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.OSMWay OSMWay wraps an ordered set of OSMNode (identified by their ids) and a list of tags.