Uses of Class
org.goplanit.osm.defaults.OsmLaneDefaults
-
Packages that use OsmLaneDefaults Package Description org.goplanit.osm.converter.network org.goplanit.osm.defaults -
-
Uses of OsmLaneDefaults in org.goplanit.osm.converter.network
Fields in org.goplanit.osm.converter.network declared as OsmLaneDefaults Modifier and Type Field Description protected OsmLaneDefaults
OsmNetworkReaderSettings. laneConfiguration
the default number of lanes used in case no explicit information is available on the osmway's tagsMethods in org.goplanit.osm.converter.network that return OsmLaneDefaults Modifier and Type Method Description OsmLaneDefaults
OsmNetworkReaderSettings. getLaneConfiguration()
collect the current configuration setup for applying number of lanes in case the lanes tag is not available on the parsed osmway -
Uses of OsmLaneDefaults in org.goplanit.osm.defaults
Methods in org.goplanit.osm.defaults that return OsmLaneDefaults Modifier and Type Method Description OsmLaneDefaults
OsmLaneDefaults. shallowClone()
Shallow copyConstructors in org.goplanit.osm.defaults with parameters of type OsmLaneDefaults Constructor Description OsmLaneDefaults(OsmLaneDefaults osmLaneDefaults)
Copy constructor
-