Interface H3IndexReader
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface H3IndexReader extends Closeable
Reader of the H3 index.
-
-
Method Summary
Modifier and Type Method Description org.roaringbitmap.buffer.ImmutableRoaringBitmapgetDocIds(long h3IndexId)Gets the matching Doc IDs of the given H3 index ID as bitmaps.H3IndexResolutiongetH3IndexResolution()
-
-
-
Method Detail
-
getDocIds
org.roaringbitmap.buffer.ImmutableRoaringBitmap getDocIds(long h3IndexId)
Gets the matching Doc IDs of the given H3 index ID as bitmaps.- Parameters:
h3IndexId- the H3 index ID to match- Returns:
- the matched DocIDs
-
getH3IndexResolution
H3IndexResolution getH3IndexResolution()
- Returns:
- the H3 index resolutions
-
-