Package | Description |
---|---|
org.osm2world.core.map_data.creation.index |
Modifier and Type | Method and Description |
---|---|
Iterable<Map2dTree.Leaf> |
Map2dTree.getLeaves() |
Collection<Map2dTree.Leaf> |
Map2dTree.insertAndProbe(MapElement e) |
List<Map2dTree.Leaf> |
Map2dTree.Node.probe(MapElement element) |
List<Map2dTree.Leaf> |
Map2dTree.InnerNode.probe(MapElement element) |
List<Map2dTree.Leaf> |
Map2dTree.Leaf.probe(MapElement element) |
Modifier and Type | Method and Description |
---|---|
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) |