Uses of Interface
org.locationtech.jts.index.kdtree.KdNodeVisitor
Packages that use KdNodeVisitor
Package
Description
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 KdNodeVisitorModifier and TypeMethodDescriptionvoid
KdTree.query
(Envelope queryEnv, KdNodeVisitor visitor) Performs a range search of the points in the index and visits all nodes found.