|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |