org.osm2world.core.world.modules
Class RoadModule

Object
  extended by ConfigurableWorldModule
      extended by RoadModule
All Implemented Interfaces:
WorldModule

public class RoadModule
extends ConfigurableWorldModule

adds roads to the world


Nested Class Summary
static class RoadModule.Road
          representation of a road
static class RoadModule.RoadArea
           
static class RoadModule.RoadConnector
          visible connectors where a road changes width or lane layout
static class RoadModule.RoadCrossingAtConnector
          representation for crossings (zebra crossing etc.) on roads
static class RoadModule.RoadJunction
          representation for junctions between roads.
 
Field Summary
 
Fields inherited from class ConfigurableWorldModule
config
 
Constructor Summary
RoadModule()
           
 
Method Summary
 void applyTo(MapData grid)
          adds WorldObjects to MapElements
 
Methods inherited from class ConfigurableWorldModule
setConfiguration
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoadModule

public RoadModule()
Method Detail

applyTo

public void applyTo(MapData grid)
Description copied from interface: WorldModule
adds WorldObjects to MapElements