org.osm2world.core.world.network
Class NetworkAreaWorldObject

Object
  extended by AbstractAreaWorldObject
      extended by NetworkAreaWorldObject
All Implemented Interfaces:
IntersectionTestObject, AreaWorldObject, WorldObject, WorldObjectWithOutline
Direct Known Subclasses:
RoadModule.RoadArea, WaterModule.Water

public abstract class NetworkAreaWorldObject
extends AbstractAreaWorldObject


Field Summary
 
Fields inherited from class AbstractAreaWorldObject
area
 
Constructor Summary
NetworkAreaWorldObject(MapArea area)
           
 
Method Summary
 
Methods inherited from class AbstractAreaWorldObject
getAxisAlignedBoundingBoxXZ, getOutlinePolygon, getOutlinePolygonXZ, getPrimaryMapElement, getTriangulation
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface WorldObject
getClearingAbove, getClearingBelow, getGroundState
 

Constructor Detail

NetworkAreaWorldObject

public NetworkAreaWorldObject(MapArea area)