JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
org.locationtech.jts.index.kdtree
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
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).