org.osm2world.core.map_data.creation.index
Class MapIntersectionGrid

Object
  extended by MapIntersectionGrid
All Implemented Interfaces:
MapDataIndex

public class MapIntersectionGrid
extends Object
implements MapDataIndex


Constructor Summary
MapIntersectionGrid(MapData mapData)
           
 
Method Summary
 Iterable<? extends Iterable<MapElement>> getLeaves()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapIntersectionGrid

public MapIntersectionGrid(MapData mapData)
Method Detail

getLeaves

public Iterable<? extends Iterable<MapElement>> getLeaves()
Specified by:
getLeaves in interface MapDataIndex