Class SpatialIndexFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.SpatialIndexFunctions
-
public class SpatialIndexFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SpatialIndexFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static voidaddBounds(Boundable bnd, java.util.List bounds, GeometryFactory factory)private static KdTreebuildKdTree(Geometry geom, double tolerance)private static QuadtreebuildQuadtree(Geometry geom)private static STRtreebuildSTRtree(Geometry geom)static GeometrykdTreeQuery(Geometry pts, Geometry queryEnv, double tolerance)static GeometrykdTreeQueryRepeated(Geometry pts, Geometry queryEnv, double tolerance)static GeometryquadTreeQuery(Geometry geoms, Geometry queryEnv)static GeometrystrTreeBounds(Geometry geoms)static GeometrystrTreeNN(Geometry geoms, Geometry geom)static GeometrystrTreeNNk(Geometry geoms, Geometry geom, int k)static GeometrystrTreeQuery(Geometry geoms, Geometry queryEnv)
-
-
-
Method Detail
-
kdTreeQueryRepeated
public static Geometry kdTreeQueryRepeated(Geometry pts, Geometry queryEnv, double tolerance)
-
addBounds
private static void addBounds(Boundable bnd, java.util.List bounds, GeometryFactory factory)
-
-