Package | Description |
---|---|
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 | Interface and Description |
---|---|
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() ). |
Modifier and Type | Class and Description |
---|---|
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
|
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 |
BuildingModule.Building |
static class |
CliffModule.Cliff |
static class |
CliffModule.RetainingWall |
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 |
SurfaceAreaModule.SurfaceArea |
static class |
TunnelModule.TunnelEntrance |
static class |
WaterModule.RiverJunction |
static class |
WaterModule.Water |
static class |
WaterModule.Waterway |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNetworkWaySegmentWorldObject |
class |
JunctionNodeWorldObject |
class |
NetworkAreaWorldObject |
class |
VisibleConnectorNodeWorldObject |