public class Rtree<T> extends Object
static class
Rtree.Mbr
Rtree(IEnvelopeConverter<T> converter)
void
build()
insert(T object)
List<T>
query(double value)
query(double startValue, double endValue)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Rtree(IEnvelopeConverter<T> converter)
public List<T> query(double startValue, double endValue)
public List<T> query(double value)
public void insert(T object)
public void build()
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.