JavaScript is disabled on your browser.
Skip navigation links
JTS Topology Suite 1.19.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Package org.locationtech.jts.index.kdtree
package
org.locationtech.jts.index.kdtree
Contains classes which implement a k-D tree index over 2-D point data.
Related Packages
Package
Description
org.locationtech.jts.index
Provides classes for various kinds of spatial indexes.
All Classes and Interfaces
Interfaces
Classes
Class
Description
KdNode
A node of a
KdTree
, which represents one or more points in the same location.
KdNodeVisitor
A visitor for
KdNode
s in a
KdTree
index.
KdTree
An implementation of a
KD-Tree
over two dimensions (X and Y).