org.osm2world.core.map_data.creation.index
protected static interface Map2dTree.Node
Modifier and Type | Method and Description |
---|---|
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
|
List<Map2dTree.Leaf> |
probe(MapElement element) |
void add(MapElement element, boolean suppressSplits)
List<Map2dTree.Leaf> probe(MapElement element)
void collectLeaves(List<Map2dTree.Leaf> leaves)