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

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

Methods in org.osm2world.core.map_data.data that return NodeWorldObject
 NodeWorldObject MapNode.getPrimaryRepresentation()
           
 

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

Methods in org.osm2world.core.map_data.data with parameters of type NodeWorldObject
 void MapNode.addRepresentation(NodeWorldObject representation)
          adds a visual representation for this node
 

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

Classes in org.osm2world.core.world.data that implement NodeWorldObject
 class NoOutlineNodeWorldObject
          superclass for NodeWorldObjects that don't have an outline, and are not part of a network.
 

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

Classes in org.osm2world.core.world.modules that implement NodeWorldObject
static class RailwayModule.RailJunction
           
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 TunnelModule.TunnelJunction
           
static class WaterModule.RiverJunction
           
 

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

Classes in org.osm2world.core.world.network that implement NodeWorldObject
 class JunctionNodeWorldObject
           
 class VisibleConnectorNodeWorldObject