
@Reference(authors="Antonin Guttman", title="R-Trees: A Dynamic Index Structure For Spatial Searching", booktitle="Proceedings of the 1984 ACM SIGMOD international conference on Management of data", url="http://dx.doi.org/10.1145/971697.602266") public class RTreeQuadraticSplit extends Object implements SplitStrategy
Antonin Guttman:
R-Trees: A Dynamic Index Structure For Spatial Searching
in Proceedings of the 1984 ACM SIGMOD international conference on Management
of data.
| Modifier and Type | Class and Description |
|---|---|
static class |
RTreeQuadraticSplit.Parameterizer
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
static RTreeQuadraticSplit |
STATIC
Static instance.
|
| Constructor and Description |
|---|
RTreeQuadraticSplit() |
| Modifier and Type | Method and Description |
|---|---|
<E extends SpatialComparable,A> |
split(A entries,
ArrayAdapter<E,A> getter,
int minEntries)
Split a page
|
public static final RTreeQuadraticSplit STATIC
public <E extends SpatialComparable,A> BitSet split(A entries, ArrayAdapter<E,A> getter, int minEntries)
SplitStrategysplit in interface SplitStrategyentries - Entries to splitgetter - Adapter for the entries arrayminEntries - Minimum number of entries in each part