| Constructor and Description | 
|---|
ImmutableRTree(ByteBuffer data,
              BitmapFactory bitmapFactory)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(ImmutableRTree other)  | 
static ImmutableRTree | 
empty()  | 
static ImmutableRTree | 
newImmutableFromMutable(RTree rTree)  | 
Iterable<ImmutableBitmap> | 
search(Bound bound)  | 
Iterable<ImmutableBitmap> | 
search(SearchStrategy strategy,
      Bound bound)  | 
int | 
size()  | 
byte[] | 
toBytes()  | 
void | 
writeTo(WriteOutBytes out)  | 
public ImmutableRTree(ByteBuffer data, BitmapFactory bitmapFactory)
public static ImmutableRTree empty()
public static ImmutableRTree newImmutableFromMutable(RTree rTree)
public int size()
public Iterable<ImmutableBitmap> search(Bound bound)
public Iterable<ImmutableBitmap> search(SearchStrategy strategy, Bound bound)
public byte[] toBytes()
public void writeTo(WriteOutBytes out) throws IOException
IOExceptionpublic int compareTo(ImmutableRTree other)
Copyright © 2011–2018. All rights reserved.