| Package | Description |
|---|---|
| com.google.uzaygezen.core |
Compact Hilbert index mappings and backtracking query building support for
persistence systems.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpaceFillingCurve
Abstraction for the most common operations involving a space filling curve in
a multi-dimensional space.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompactHilbertCurve
Compact Hilbert curve implementation that uses the minimum number of bits
needed to establish a bijection between the multidimensional space and
the compact Hilbert index, that is,
sum(i=0..n-1, m[i]). |
| Constructor and Description |
|---|
ZoomingSpaceVisitorAdapter(IndexCalculator curve,
SpaceVisitor visitor) |
Copyright © 2014. All Rights Reserved.