Package org.locationtech.jts.index.kdtree
Contains classes which implement a k-D tree index over 2-D point data.
-
Interface Summary Interface Description KdNodeVisitor -
Class Summary Class Description KdNode A node of aKdTree
, which represents one or more points in the same location.KdTree An implementation of a KD-Tree over two dimensions (X and Y).