Package | Description |
---|---|
org.opentrafficsim.road.network.factory.osm |
OpenStreetMap import.
|
org.opentrafficsim.road.network.factory.osm.output |
OpenStreetMap output.
|
Modifier and Type | Method and Description |
---|---|
OSMLink |
OSMNetwork.findFollowingLink(OSMLink link)
Finds the link that follows a given OSMLink.
|
OSMLink |
OSMNetwork.findPrecedingLink(OSMLink link)
Finds an OSMLink that precedes the given OSMLink.
|
Modifier and Type | Method and Description |
---|---|
List<OSMLink> |
OSMNetwork.getLinks()
Retrieve the list of OSMLinks of this OSMNetwork.
|
Modifier and Type | Method and Description |
---|---|
OSMLink |
OSMNetwork.findFollowingLink(OSMLink link)
Finds the link that follows a given OSMLink.
|
OSMLink |
OSMNetwork.findPrecedingLink(OSMLink link)
Finds an OSMLink that precedes the given OSMLink.
|
boolean |
OSMNetwork.hasFollowingLink(OSMLink link)
Returns true if the given OSMLink has a following OSMLink.
|
boolean |
OSMNetwork.hasPrecedingLink(OSMLink link)
Returns true if the given link has a preceding link.
|
Modifier and Type | Method and Description |
---|---|
CrossSectionLink |
Convert.convertLink(OTSRoadNetwork network,
OSMLink link,
OTSSimulatorInterface simulator)
This method converts an OSM link to an OTS link.
|
List<Lane> |
Convert.makeLanes(OTSRoadNetwork network,
OSMLink osmlink,
OTSSimulatorInterface simulator,
WarningListener warningListener)
This method creates lanes out of an OSM link LaneTypes are not yet extensive and can be further increased through Tags
provided by OSM.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.