Uses of Interface
com.vividsolutions.jts.index.kdtree.KdNodeVisitor
-
Packages that use KdNodeVisitor Package Description com.vividsolutions.jts.index.kdtree Contains classes which implement a k-D tree index over 2-D point data. -
-
Uses of KdNodeVisitor in com.vividsolutions.jts.index.kdtree
Methods in com.vividsolutions.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.
-