org.osm2world.core.world.modules
Class PoolModule

Object
  extended by ConfigurableWorldModule
      extended by AbstractModule
          extended by PoolModule
All Implemented Interfaces:
WorldModule

public class PoolModule
extends AbstractModule

adds swimming pools and water parks to the world


Field Summary
 
Fields inherited from class ConfigurableWorldModule
config
 
Constructor Summary
PoolModule()
           
 
Method Summary
protected  void applyToArea(MapArea area)
          create WorldObjects for a MapArea.
 
Methods inherited from class AbstractModule
applyTo, applyToElement, applyToNode, applyToWaySegment
 
Methods inherited from class ConfigurableWorldModule
setConfiguration
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolModule

public PoolModule()
Method Detail

applyToArea

protected void applyToArea(MapArea area)
Description copied from class: AbstractModule
create WorldObjects for a MapArea. Can be overwritten by subclasses. The default implementation calls AbstractModule.applyToElement(MapElement).

Overrides:
applyToArea in class AbstractModule