
public interface InsertionStrategy extends Parameterizable
| Modifier and Type | Method and Description |
|---|---|
<N extends Node<E>,E extends SpatialEntry> |
findInsertChild(N node,
SpatialComparable mbr)
Find the child to insert into.
|
<N extends Node<E>,E extends SpatialEntry> TreeIndexPathComponent<E> findInsertChild(N node, SpatialComparable mbr)
N - Node typeE - Entry typenode - Node to usembr - MBR of entry to insert