org.osm2world.core.map_data.data
Class MapQuadtree

Object
  extended by MapQuadtree

public class MapQuadtree
extends Object

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


Nested Class Summary
 class MapQuadtree.QuadLeaf
           
 
Constructor Summary
MapQuadtree(MapData grid)
           
 
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 grid)
Method Detail

getLeaves

public Iterable<MapQuadtree.QuadLeaf> getLeaves()