Class IntervalRTreeNode

    • Constructor Detail

      • IntervalRTreeNode

        public IntervalRTreeNode()
    • Method Detail

      • getMin

        public double getMin()
      • getMax

        public double getMax()
      • query

        public abstract void query​(double queryMin,
                                   double queryMax,
                                   ItemVisitor visitor)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object