org.osm2world.core.world.modules
Class WaterModule

Object
  extended by WaterModule
All Implemented Interfaces:
WorldModule

public class WaterModule
extends Object
implements WorldModule

adds water bodies, streams, rivers and fountains to the world


Nested Class Summary
static class WaterModule.RiverJunction
           
static class WaterModule.Water
           
static class WaterModule.Waterway
           
 
Constructor Summary
WaterModule()
           
 
Method Summary
 void applyTo(MapData grid)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaterModule

public WaterModule()
Method Detail

applyTo

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