Class Node



  • public class Node
    extends Object
    • Method Detail

      • getEnvelope

        public Envelope getEnvelope()
      • getParent

        public Node getParent()
      • getSibling

        public Node getSibling()
      • getPath

        public long getPath()
      • getLevel

        public int getLevel()
      • isLeaf

        public boolean isLeaf()
      • getLeft

        public Node getLeft()
      • getRight

        public Node getRight()
      • getSplitDirection

        public Direction getSplitDirection()
      • melt

        public void melt()
      • split

        public void split()
      • split

        public void split(int depth)
      • query

        public void query(List<Node> nodes,
                          double lon,
                          double lat)
      • side

        public Side side(double lon,
                         double lat)