JTS Core 1.17.1
Packages
Classes
Search
About
Top
visit(KdNode): void
Bottom
Source
Classic
org.locationtech.jts.index.kdtree
Interface KdNodeVisitor
All Known Implementing Classes:
KdTree.BestMatchVisitor
public interface KdNodeVisitor
A visitor for
KdNode
s in a
KdTree
index.
Other
version: 1.7
void visit(
KdNode
node)
Visits a node.
Parameters:
node - node the node to visit