Uses of Interface
org.locationtech.jts.index.kdtree.KdNodeVisitor
-
Packages that use KdNodeVisitor Package Description org.locationtech.jts.index.kdtree Contains classes which implement a k-D tree index over 2-D point data. -
-
Uses of KdNodeVisitor in org.locationtech.jts.index.kdtree
Classes in org.locationtech.jts.index.kdtree that implement KdNodeVisitor Modifier and Type Class Description private static classKdTree.BestMatchVisitorMethods in org.locationtech.jts.index.kdtree with parameters of type KdNodeVisitor Modifier and Type Method Description voidKdTree. query(Envelope queryEnv, KdNodeVisitor visitor)Performs a range search of the points in the index and visits all nodes found.private voidKdTree. queryNode(KdNode currentNode, Envelope queryEnv, boolean odd, KdNodeVisitor visitor)
-