Uses of Interface
org.osm2world.core.world.data.AreaWorldObject

Packages that use AreaWorldObject
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 
 

Uses of AreaWorldObject in org.osm2world.core.map_data.data
 

Methods in org.osm2world.core.map_data.data that return AreaWorldObject
 AreaWorldObject MapArea.getPrimaryRepresentation()
           
 

Methods in org.osm2world.core.map_data.data that return types with arguments of type AreaWorldObject
 List<AreaWorldObject> MapArea.getRepresentations()
           
 

Methods in org.osm2world.core.map_data.data with parameters of type AreaWorldObject
 void MapArea.addRepresentation(AreaWorldObject representation)
          adds a visual representation for this area
 

Uses of AreaWorldObject in org.osm2world.core.world.data
 

Classes in org.osm2world.core.world.data that implement AreaWorldObject
 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
 

Uses of AreaWorldObject in org.osm2world.core.world.modules
 

Classes in org.osm2world.core.world.modules that implement AreaWorldObject
static class BuildingModule.Building
           
static class RoadModule.RoadArea
           
static class WaterModule.Water
           
 

Uses of AreaWorldObject in org.osm2world.core.world.network
 

Classes in org.osm2world.core.world.network that implement AreaWorldObject
 class NetworkAreaWorldObject