public class IndexedRTree extends Object implements Comparable<IndexedRTree>
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexedRTree.ImmutableRTreeObjectStrategy |
| Constructor and Description |
|---|
IndexedRTree(ImmutableRTree immutableRTree) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IndexedRTree spatialIndexedInts) |
ImmutableRTree |
getImmutableRTree() |
public IndexedRTree(ImmutableRTree immutableRTree)
public int compareTo(IndexedRTree spatialIndexedInts)
compareTo in interface Comparable<IndexedRTree>public ImmutableRTree getImmutableRTree()
Copyright © 2011–2017. All rights reserved.