public class IndexedRTree extends Object implements Comparable<IndexedRTree>
| Modifier and Type | Field and Description |
|---|---|
static ObjectStrategy<com.metamx.collections.spatial.ImmutableRTree> |
objectStrategy |
| Constructor and Description |
|---|
IndexedRTree(com.metamx.collections.spatial.ImmutableRTree immutableRTree) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IndexedRTree spatialIndexedInts) |
com.metamx.collections.spatial.ImmutableRTree |
getImmutableRTree() |
public static ObjectStrategy<com.metamx.collections.spatial.ImmutableRTree> objectStrategy
public IndexedRTree(com.metamx.collections.spatial.ImmutableRTree immutableRTree)
public int compareTo(IndexedRTree spatialIndexedInts)
compareTo in interface Comparable<IndexedRTree>public com.metamx.collections.spatial.ImmutableRTree getImmutableRTree()
Copyright © 2015. All rights reserved.