Package | Description |
---|---|
org.locationtech.jts.index.kdtree |
Contains classes which implement a k-D tree index over 2-D point data.
|
Modifier and Type | Method | 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,
java.lang.Object data) |
Inserts a new point into the kd-tree.
|
Modifier and Type | Method | Description |
---|---|---|
void |
KdNodeVisitor.visit(KdNode node) |
Visits a node.
|
Copyright © 2018. All rights reserved.