| Package | Description |
|---|---|
| com.vividsolutions.jts.index.kdtree |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KdNodeVisitor.visit(KdNode node)
Visits a node.
|
Copyright © 2015. All rights reserved.