org.osm2world.core.map_data.creation.index
Interface MapDataIndex

All Known Implementing Classes:
Map2dTree, MapIntersectionGrid, MapQuadtree

public interface MapDataIndex

index structure intended to speed up retrieval of candidates for intersection and overlap tests


Method Summary
 Iterable<? extends Iterable<MapElement>> getLeaves()
           
 

Method Detail

getLeaves

Iterable<? extends Iterable<MapElement>> getLeaves()