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
Methods in org.locationtech.jts.index.kdtree with parameters of type KdNodeVisitor Modifier and Type Method Description void
KdTree. query(Envelope queryEnv, KdNodeVisitor visitor)
Performs a range search of the points in the index and visits all nodes found.
-