org.osm2world.core.world.modules
Class RailwayModule

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

public class RailwayModule
extends ConfigurableWorldModule

adds rails to the world


Nested Class Summary
static class RailwayModule.RailJunction
           
 
Field Summary
 
Fields inherited from class ConfigurableWorldModule
config
 
Constructor Summary
RailwayModule()
           
 
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

RailwayModule

public RailwayModule()
Method Detail

applyTo

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