org.osm2world.core.world.modules
Class ParkingModule

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

public class ParkingModule
extends AbstractModule

adds parking spaces to the world


Field Summary
 
Fields inherited from class ConfigurableWorldModule
config
 
Constructor Summary
ParkingModule()
           
 
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

ParkingModule

public ParkingModule()
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