org.osm2world.core.world.modules
Class RoadModule

Object
  extended by RoadModule
All Implemented Interfaces:
WorldModule

public class RoadModule
extends Object
implements WorldModule

adds roads to the world


Nested Class Summary
static class RoadModule.Road
          representation of a road
static class RoadModule.RoadArea
           
static class RoadModule.RoadCrossingAtConnector
          representation for crossings (zebra crossing etc.) on roads
static class RoadModule.RoadJunction
          representation for junctions between roads.
 
Field Summary
static Material MARKING_MAT
           
 
Constructor Summary
RoadModule()
           
 
Method Summary
 void applyTo(MapData grid)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MARKING_MAT

public static final Material MARKING_MAT
Constructor Detail

RoadModule

public RoadModule()
Method Detail

applyTo

public void applyTo(MapData grid)
Specified by:
applyTo in interface WorldModule