T - filter typepublic interface RegionInspector<F,V>
| Modifier and Type | Method and Description |
|---|---|
Assessment<F,V> |
assess(Pow2LengthBitSetRange indexRange,
List<Pow2LengthBitSetRange> orthotope)
Assesses the spatial relationship of an orthotope with respect to the query
region.
|
int |
getNumberOfDimensions() |
int getNumberOfDimensions()
Assessment<F,V> assess(Pow2LengthBitSetRange indexRange, List<Pow2LengthBitSetRange> orthotope)
When the framework calls this method it is guaranteed that the size of the index range is equal to the content of the orthotope.
indexRange - space filling curve index rangeorthotope - orthotope specification. The caller might reuse this
parameter so no reference should be kept to it by any concrete region
inspector.Copyright © 2014. All Rights Reserved.