Uses of Interface
org.meteoinfo.jts.index.kdtree.KdNodeVisitor
-
Packages that use KdNodeVisitor Package Description org.meteoinfo.jts.index.kdtree -
-
Uses of KdNodeVisitor in org.meteoinfo.jts.index.kdtree
Methods in org.meteoinfo.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.
-