Class KdTree.BestMatchVisitor
java.lang.Object
org.locationtech.jts.index.kdtree.KdTree.BestMatchVisitor
- All Implemented Interfaces:
KdNodeVisitor
- Enclosing class:
KdTree
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tolerance
private double tolerance -
matchNode
-
matchDist
private double matchDist -
p
-
-
Constructor Details
-
BestMatchVisitor
-
-
Method Details
-
queryEnvelope
-
getNode
-
visit
Description copied from interface:KdNodeVisitor
Visits a node.- Specified by:
visit
in interfaceKdNodeVisitor
- Parameters:
node
- the node to visit
-