Class SpatialIndexFunctions
java.lang.Object
org.locationtech.jtstest.function.SpatialIndexFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidaddBounds(Boundable bnd, 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 Geometrystatic GeometrystrTreeNNk(Geometry geoms, Geometry geom, int k) static GeometrystrTreeQuery(Geometry geoms, Geometry queryEnv)
-
Constructor Details
-
SpatialIndexFunctions
public SpatialIndexFunctions()
-
-
Method Details
-
kdTreeQuery
-
kdTreeQueryRepeated
-
buildKdTree
-
strTreeBounds
-
addBounds
-
strTreeQuery
-
buildSTRtree
-
strTreeNN
-
strTreeNNk
-
quadTreeQuery
-
buildQuadtree
-