Uses of Class
org.locationtech.jts.index.kdtree.KdNode
Packages that use KdNode
Package
Description
Contains classes which implement a k-D tree index over 2-D point data.
-
Uses of KdNode in org.locationtech.jts.index.kdtree
Methods in org.locationtech.jts.index.kdtree that return KdNodeModifier and TypeMethodDescriptionKdNode.getLeft()
Returns the left node of the treeKdNode.getRight()
Returns the right node of the treeKdTree.getRoot()
Gets the root node of this tree.KdTree.insert
(Coordinate p) Inserts a new point in the kd-tree, with no data.KdTree.insert
(Coordinate p, Object data) Inserts a new point into the kd-tree.KdTree.query
(Coordinate queryPt) Searches for a given point in the index and returns its node if found.Methods in org.locationtech.jts.index.kdtree with parameters of type KdNode