Uses of Class
org.locationtech.jts.index.kdtree.KdTree
-
Packages that use KdTree Package Description org.locationtech.jts.triangulate Classes to compute Delaunay triangulations.org.locationtech.jtstest.function -
-
Uses of KdTree in org.locationtech.jts.triangulate
Fields in org.locationtech.jts.triangulate declared as KdTree Modifier and Type Field Description private KdTree
ConformingDelaunayTriangulator. kdt
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. -
Uses of KdTree in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function that return KdTree Modifier and Type Method Description private static KdTree
SpatialIndexFunctions. buildKdTree(Geometry geom, double tolerance)
-