Uses of Class
org.meteoinfo.jts.index.kdtree.KdNode
-
Packages that use KdNode Package Description org.meteoinfo.jts.index.kdtree -
-
Uses of KdNode in org.meteoinfo.jts.index.kdtree
Methods in org.meteoinfo.jts.index.kdtree that return KdNode Modifier and Type Method Description KdNodeKdNode. getLeft()Returns the left node of the treeKdNodeKdNode. getRight()Returns the right node of the treeKdNodeKdTree. insert(Coordinate p)Inserts a new point in the kd-tree, with no data.KdNodeKdTree. insert(Coordinate p, java.lang.Object data)Inserts a new point into the kd-tree.Methods in org.meteoinfo.jts.index.kdtree with parameters of type KdNode Modifier and Type Method Description voidKdNodeVisitor. visit(KdNode node)Visits a node.
-