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

Packages that use WaySegmentWorldObject
org.osm2world.core.map_data.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 WaySegmentWorldObject in org.osm2world.core.map_data.data
 

Methods in org.osm2world.core.map_data.data that return WaySegmentWorldObject
 WaySegmentWorldObject MapWaySegment.getPrimaryRepresentation()
           
 

Methods in org.osm2world.core.map_data.data that return types with arguments of type WaySegmentWorldObject
 List<WaySegmentWorldObject> MapWaySegment.getRepresentations()
           
 

Methods in org.osm2world.core.map_data.data with parameters of type WaySegmentWorldObject
 void MapWaySegment.addRepresentation(WaySegmentWorldObject representation)
          adds a visual representation for this way segment
 

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

Classes in org.osm2world.core.world.modules that implement WaySegmentWorldObject
static class RoadModule.Road
          representation of a road
static class TunnelModule.Tunnel
           
static class WaterModule.Waterway
           
 

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

Classes in org.osm2world.core.world.network that implement WaySegmentWorldObject
 class AbstractNetworkWaySegmentWorldObject