JavaScript is disabled on your browser.
Skip navigation links
JTS Topology Suite 1.19.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.locationtech.jts.index.kdtree.KdTree
Packages that use
KdTree
Package
Description
org.locationtech.jts.triangulate
Classes to compute Delaunay triangulations.
Uses of
KdTree
in
org.locationtech.jts.triangulate
Methods in
org.locationtech.jts.triangulate
that return
KdTree
Modifier and Type
Method
Description
KdTree
ConformingDelaunayTriangulator.
getKDT
()
Gets the
KdTree
which contains the vertices of the triangulation.