Package | Description |
---|---|
org.osm2world.core.map_data.data | |
org.osm2world.core.world.data | |
org.osm2world.core.world.modules | |
org.osm2world.core.world.modules.common | |
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 |
---|---|
WaySegmentWorldObject |
MapWaySegment.getPrimaryRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<WaySegmentWorldObject> |
MapWaySegment.getRepresentations() |
Modifier and Type | Method and Description |
---|---|
void |
MapWaySegment.addRepresentation(WaySegmentWorldObject representation)
adds a visual representation for this way segment
|
Modifier and Type | Class and Description |
---|---|
class |
NoOutlineWaySegmentWorldObject
superclass for
WaySegmentWorldObject s that don't have an outline,
and are not part of a network. |
Modifier and Type | Class and Description |
---|---|
static class |
CliffModule.Cliff |
static class |
CliffModule.RetainingWall |
static class |
RoadModule.Road
representation of a road
|
class |
TreeModule.TreeRow |
static class |
TunnelModule.Tunnel |
static class |
WaterModule.Waterway |
Modifier and Type | Class and Description |
---|---|
class |
BridgeOrTunnel
common superclass for bridges and tunnels
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNetworkWaySegmentWorldObject |