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 |
---|---|
AreaWorldObject |
MapArea.getPrimaryRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<AreaWorldObject> |
MapArea.getRepresentations() |
Modifier and Type | Method and Description |
---|---|
void |
MapArea.addRepresentation(AreaWorldObject representation)
adds a visual representation for this area
|
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
|
Modifier and Type | Class and Description |
---|---|
static class |
BuildingModule.Building |
static class |
RoadModule.RoadArea |
static class |
SurfaceAreaModule.SurfaceArea |
class |
TreeModule.Forest |
static class |
WaterModule.Water |
Modifier and Type | Class and Description |
---|---|
class |
NetworkAreaWorldObject |