| Package | Description |
|---|---|
| org.davidmoten.hilbert |
| Modifier and Type | Method and Description |
|---|---|
Ranges |
Ranges.add(long low,
long high) |
Ranges |
Ranges.add(Range r) |
Ranges |
SmallHilbertCurve.query(long[] a,
long[] b)
Returns index ranges exactly covering the region bounded by
a and
b. |
Ranges |
SmallHilbertCurve.query(long[] a,
long[] b,
int maxRanges)
Returns index ranges covering the region bounded by
a and b. |
Ranges |
SmallHilbertCurve.query(long[] a,
long[] b,
int maxRanges,
int bufferSize)
Returns index ranges covering the region bounded by
a and b. |
Copyright © 2013–2020. All rights reserved.