Class Node



  • public class Node
    extends Object

    Used by RTree. There are no public methods in this class.

    • Method Detail

      • getEntryCount

        public int getEntryCount()
      • getId

        public int getId(int index)
      • isLeaf

        public boolean isLeaf()
      • getLevel

        public int getLevel()
      • getMbrMinX

        public float getMbrMinX()
      • getMbrMinY

        public float getMbrMinY()
      • getMbrMaxX

        public float getMbrMaxX()
      • getMbrMaxY

        public float getMbrMaxY()
      • getEntryMbrMinX

        public float getEntryMbrMinX(int index)
      • getEntryMbrMinY

        public float getEntryMbrMinY(int index)
      • getEntryMbrMaxX

        public float getEntryMbrMaxX(int index)
      • getEntryMbrMaxY

        public float getEntryMbrMaxY(int index)
      • getEntryMbb

        public Rectangle getEntryMbb(int index)