Class Rtree.Mbr

java.lang.Object
net.anwiba.spatial.geometry.operator.Rtree.Mbr
All Implemented Interfaces:
org.khelekore.prtree.MBR
Enclosing class:
Rtree<T>

public static class Rtree.Mbr extends Object implements org.khelekore.prtree.MBR
  • Constructor Details

    • Mbr

      public Mbr(double startValue, double endValue)
  • Method Details

    • union

      public org.khelekore.prtree.MBR union(org.khelekore.prtree.MBR mbr)
      Specified by:
      union in interface org.khelekore.prtree.MBR
    • intersects

      public <T> boolean intersects(T other, org.khelekore.prtree.MBRConverter<T> converter)
      Specified by:
      intersects in interface org.khelekore.prtree.MBR
    • intersects

      public boolean intersects(org.khelekore.prtree.MBR other)
      Specified by:
      intersects in interface org.khelekore.prtree.MBR
    • getMin

      public double getMin(int axis)
      Specified by:
      getMin in interface org.khelekore.prtree.MBR
    • getMax

      public double getMax(int axis)
      Specified by:
      getMax in interface org.khelekore.prtree.MBR
    • getDimensions

      public int getDimensions()
      Specified by:
      getDimensions in interface org.khelekore.prtree.MBR