Uses of Class
org.osm2world.core.map_data.data.overlaps.MapIntersectionWW

Packages that use MapIntersectionWW
org.osm2world.core.map_data.data   
org.osm2world.core.map_elevation.creation   
 

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

Methods in org.osm2world.core.map_data.data that return types with arguments of type MapIntersectionWW
 Iterable<MapIntersectionWW> MapWaySegment.getIntersectionsWW()
           
 

Uses of MapIntersectionWW in org.osm2world.core.map_elevation.creation
 

Methods in org.osm2world.core.map_elevation.creation with parameters of type MapIntersectionWW
 void ForceElevationCalculator.ElevationDeterminationScenario.addIntersectionWW(MapIntersectionWW intersection)