Constructor and Description |
---|
ImmutableRTree() |
ImmutableRTree(ByteBuffer data,
BitmapFactory bitmapFactory) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ImmutableRTree other) |
int |
getNumDims() |
ImmutableNode |
getRoot() |
static ImmutableRTree |
newImmutableFromMutable(RTree rTree) |
Iterable<ImmutableBitmap> |
search(Bound bound) |
Iterable<ImmutableBitmap> |
search(SearchStrategy strategy,
Bound bound) |
int |
size() |
byte[] |
toBytes() |
public ImmutableRTree()
public ImmutableRTree(ByteBuffer data, BitmapFactory bitmapFactory)
public static ImmutableRTree newImmutableFromMutable(RTree rTree)
public int size()
public ImmutableNode getRoot()
public int getNumDims()
public Iterable<ImmutableBitmap> search(Bound bound)
public Iterable<ImmutableBitmap> search(SearchStrategy strategy, Bound bound)
public byte[] toBytes()
public int compareTo(ImmutableRTree other)
Copyright © 2011–2017. All rights reserved.