Uses of Interface
org.osm2world.core.world.data.WorldObjectWithOutline

Packages that use WorldObjectWithOutline
org.osm2world.core.world.data   
org.osm2world.core.world.modules   
org.osm2world.core.world.network functionality used by groups of features that aren't isolated, but form a "network" of nodes, ways and areas 
 

Uses of WorldObjectWithOutline in org.osm2world.core.world.data
 

Subinterfaces of WorldObjectWithOutline in org.osm2world.core.world.data
 interface TerrainBoundaryWorldObject
          area covered by representations with this interface will not be covered by terrain if the representation is on the ground (according to WorldObject.getGroundState()).
 

Classes in org.osm2world.core.world.data that implement WorldObjectWithOutline
 class AbstractAreaWorldObject
          implementation of AreaWorldObject that offers some basic features: < ul> providing the object outline based on the MapArea providing bounding geometry for intersection tests calculating a triangulation of the surface for rendering
 

Uses of WorldObjectWithOutline in org.osm2world.core.world.modules
 

Classes in org.osm2world.core.world.modules that implement WorldObjectWithOutline
static class BuildingModule.Building
           
static class RailwayModule.RailJunction
           
static class RoadModule.Road
          representation of a road
static class RoadModule.RoadArea
           
static class RoadModule.RoadConnector
          visible connectors where a road changes width or lane layout
static class RoadModule.RoadCrossingAtConnector
          representation for crossings (zebra crossing etc.) on roads
static class RoadModule.RoadJunction
          representation for junctions between roads.
static class TunnelModule.TunnelEntrance
           
static class WaterModule.RiverJunction
           
static class WaterModule.Water
           
static class WaterModule.Waterway
           
 

Uses of WorldObjectWithOutline in org.osm2world.core.world.network
 

Classes in org.osm2world.core.world.network that implement WorldObjectWithOutline
 class AbstractNetworkWaySegmentWorldObject
           
 class JunctionNodeWorldObject
           
 class NetworkAreaWorldObject
           
 class VisibleConnectorNodeWorldObject