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 KdTreeConformingDelaunayTriangulator. kdtMethods in org.locationtech.jts.triangulate that return KdTree Modifier and Type Method Description KdTreeConformingDelaunayTriangulator. getKDT()Gets theKdTreewhich 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 KdTreeSpatialIndexFunctions. buildKdTree(Geometry geom, double tolerance)
-