Package | Description |
---|---|
org.osm2world.core.world.modules | |
org.osm2world.core.world.modules.common |
Modifier and Type | Class and Description |
---|---|
class |
BarrierModule
adds barriers to the world
|
class |
BicycleParkingModule
places bicycle parking facilities in the world
|
class |
BridgeModule
adds bridges to the world.
|
class |
BuildingModule
adds buildings to the world
|
class |
CliffModule
adds cliffs and retaining walls to the world.
|
class |
GolfModule
adds golf courses to the map
|
class |
InvisibleModule
creates invisible world objects that are not rendered,
but nevertheless contain important information (such as elevation at a point)
|
class |
ParkingModule
adds parking spaces to the world
|
class |
PoolModule
adds swimming pools and water parks to the world
|
class |
PowerModule
module for power infrastructure
|
class |
RailwayModule
adds rails to the world
|
class |
RoadModule
adds roads to the world
|
class |
SportsModule
adds pitches for various sports to the map
|
class |
StreetFurnitureModule
adds various types of street furniture to the world
|
class |
SurfaceAreaModule
adds generic areas with surface information to the world.
|
class |
TrafficSignModule
adds traffic signs to the world
|
class |
TreeModule
adds trees, tree rows, tree groups and forests to the world
|
class |
TunnelModule
adds tunnels to the world.
|
class |
WaterModule
adds water bodies, streams, rivers and fountains to the world
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractModule
skeleton implementation for
WorldModule s. |