Uses of Class
com.vividsolutions.jts.index.kdtree.KdNode

Packages that use KdNode
com.vividsolutions.jts.index.kdtree Contains classes which implement a k-D tree index over 2-D point data. 
 

Uses of KdNode in com.vividsolutions.jts.index.kdtree
 

Methods in com.vividsolutions.jts.index.kdtree that return KdNode
 KdNode KdNode.getLeft()
          Returns the left node of the tree
 KdNode KdNode.getRight()
          Returns the right node of the tree
 KdNode KdTree.insert(Coordinate p)
          Inserts a new point in the kd-tree, with no data.
 KdNode KdTree.insert(Coordinate p, Object data)
          Inserts a new point into the kd-tree.
 



Copyright © 2012. All Rights Reserved.