| Package | Description |
|---|---|
| com.google.uzaygezen.core |
Compact Hilbert index mappings and backtracking query building support for
persistence systems.
|
| Modifier and Type | Method and Description |
|---|---|
Assessment<T,V> |
MapRegionInspector.assess(Pow2LengthBitSetRange indexRange,
List<Pow2LengthBitSetRange> orthotope) |
Assessment<F,V> |
RegionInspector.assess(Pow2LengthBitSetRange indexRange,
List<Pow2LengthBitSetRange> orthotope)
Assesses the spatial relationship of an orthotope with respect to the query
region.
|
Assessment<F,V> |
SimpleRegionInspector.assess(Pow2LengthBitSetRange indexBitSetRange,
List<Pow2LengthBitSetRange> orthotope)
Currently it computes the overlapping content, and then it figures out if
the orthotope being checked and the query region are disjoint, if the
former is covered by the latter, or if they only overlap.
|
static <T,V> Assessment<T,V> |
Assessment.makeCovered(T coverFilter,
boolean overSelectivityPossible,
V zero) |
static <T,V> Assessment<T,V> |
Assessment.makeDisjoint(V gapEstimate) |
static <T,V> Assessment<T,V> |
Assessment.makeOverlaps(V zero) |
Copyright © 2014. All Rights Reserved.