public class IndexedRTree extends Object implements Comparable<IndexedRTree>
Modifier and Type | Class and Description |
---|---|
static class |
IndexedRTree.ImmutableRTreeObjectStrategy |
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 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 © 2011–2015. All rights reserved.