@Reference(authors="N. Beckmann, H.-P. Kriegel, R. Schneider, B. Seeger", title="The R*-tree: an efficient and robust access method for points and rectangles", booktitle="Proceedings of the 1990 ACM SIGMOD International Conference on Management of Data, Atlantic City, NJ, May 23-25, 1990", url="http://dx.doi.org/10.1145/93597.98741") public class TopologicalSplitter extends Object implements SplitStrategy<SpatialEntry>
Modifier and Type | Class and Description |
---|---|
private class |
TopologicalSplitter.Split<E extends SpatialEntry>
Internal data for an actual split.
|
Constructor and Description |
---|
TopologicalSplitter()
constructor.
|
public <E extends SpatialEntry> Pair<List<E>,List<E>> split(List<E> entries, int minEntries)
SplitStrategy
split
in interface SplitStrategy<SpatialEntry>
E
- Actual data typeentries
- Entries to splitminEntries
- Minimum number of entries in each part