Class Rtree<T>


  • public class Rtree<T>
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Rtree.Mbr  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void build()  
      void insert​(T object)  
      java.util.List<T> query​(double value)  
      java.util.List<T> query​(double startValue, double endValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • query

        public java.util.List<T> query​(double startValue,
                                       double endValue)
      • query

        public java.util.List<T> query​(double value)
      • insert

        public void insert​(T object)
      • build

        public void build()