org.osm2world.core.map_data.creation.index
public interface MapDataIndex
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Iterable<MapElement>> |
getLeaves()
returns all leaves of this index structure
|
void |
insert(MapElement e)
inserts the element into the index structure
|
Collection<? extends Iterable<MapElement>> |
insertAndProbe(MapElement e)
inserts the element into the index structure,
and returns all nearby elements contained the index structure
|
void insert(MapElement e)
Collection<? extends Iterable<MapElement>> insertAndProbe(MapElement e)
getLeaves()
.
The leaves already contain the new element.Iterable<? extends Iterable<MapElement>> getLeaves()