Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
NodeWorldObject |
MapNode.getPrimaryRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<NodeWorldObject> |
MapNode.getRepresentations() |
Modifier and Type | Method and Description |
---|---|
void |
MapNode.addRepresentation(NodeWorldObject representation)
adds a visual representation for this node
|
Modifier and Type | Class and Description |
---|---|
class |
NoOutlineNodeWorldObject
superclass for
NodeWorldObject s that don't have an outline,
and are not part of a network. |
class |
OutlineNodeWorldObject
superclass for
NodeWorldObject s that do have an outline
and are not just treated as an infinitely small point. |
Modifier and Type | Class and Description |
---|---|
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.
|
class |
TreeModule.Tree |
static class |
TunnelModule.TunnelEntrance |
static class |
TunnelModule.TunnelJunction |
static class |
WaterModule.RiverJunction |
Modifier and Type | Class and Description |
---|---|
class |
JunctionNodeWorldObject |
class |
VisibleConnectorNodeWorldObject |