Uses of Class
org.osm2world.core.map_data.creation.index.Map2dTree.Leaf

Packages that use Map2dTree.Leaf
org.osm2world.core.map_data.creation.index   
 

Uses of Map2dTree.Leaf in org.osm2world.core.map_data.creation.index
 

Methods in org.osm2world.core.map_data.creation.index that return types with arguments of type Map2dTree.Leaf
 Iterable<Map2dTree.Leaf> Map2dTree.getLeaves()
           
 

Method parameters in org.osm2world.core.map_data.creation.index with type arguments of type Map2dTree.Leaf
 void Map2dTree.Node.collectLeaves(List<Map2dTree.Leaf> leaves)
          adds all leaves in the subtree starting at this node to a list
 void Map2dTree.InnerNode.collectLeaves(List<Map2dTree.Leaf> leaves)
           
 void Map2dTree.Leaf.collectLeaves(List<Map2dTree.Leaf> leaves)