org.osm2world.core.world.modules
Class SurfaceAreaModule

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

public class SurfaceAreaModule
extends AbstractModule

adds generic areas with surface information to the world. Is based on surface information on otherwise unknown/unspecified areas.


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

SurfaceAreaModule

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