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 theKdTree
which contains the vertices of the triangulation.
-