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

Object
  extended by MapQuadtree
All Implemented Interfaces:
MapDataIndex

public class MapQuadtree
extends Object
implements MapDataIndex

a Quadtree managing MapElements of a data set according on their coordinates in the XZ plane.


Nested Class Summary
static class MapQuadtree.QuadLeaf
           
 
Constructor Summary
MapQuadtree(MapData mapData)
           
 
Method Summary
 Iterable<MapQuadtree.QuadLeaf> getLeaves()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapQuadtree

public MapQuadtree(MapData mapData)
Method Detail

getLeaves

public Iterable<MapQuadtree.QuadLeaf> getLeaves()
Specified by:
getLeaves in interface MapDataIndex