org.osm2world.core.map_data.creation.index
Interface Map2dTree.Node

All Known Implementing Classes:
Map2dTree.InnerNode, Map2dTree.Leaf
Enclosing class:
Map2dTree

protected static interface Map2dTree.Node


Method Summary
 void add(MapElement element, boolean suppressSplits)
           
 void collectLeaves(List<Map2dTree.Leaf> leaves)
          adds all leaves in the subtree starting at this node to a list
 

Method Detail

add

void add(MapElement element,
         boolean suppressSplits)

collectLeaves

void collectLeaves(List<Map2dTree.Leaf> leaves)
adds all leaves in the subtree starting at this node to a list