Rebuild the entire spatial index (use sparingly)
void rebuildFromNodes(Iterable<Node<T>> nodes) { clear(); for (final node in nodes) { addOrUpdateNode(node); } }