Class Node



  • public class Node
    extends Object
    • Method Detail

      • getEnvelope

        public Envelope getEnvelope()
      • getParent

        public Node getParent()
      • getPath

        public int getPath()
      • isLeaf

        public boolean isLeaf()
      • getLeft

        public Node getLeft()
      • getRight

        public Node getRight()
      • getSplitDirection

        public Direction getSplitDirection()
      • split

        public void split()
      • split

        public void split(int depth)
      • query

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