Class SpatialIndexFunctions
java.lang.Object
org.locationtech.jtstest.function.SpatialIndexFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
addBounds
(Boundable bnd, List bounds, GeometryFactory factory) private static KdTree
buildKdTree
(Geometry geom, double tolerance) private static Quadtree
buildQuadtree
(Geometry geom) private static STRtree
buildSTRtree
(Geometry geom) static Geometry
kdTreeQuery
(Geometry pts, Geometry queryEnv, double tolerance) static Geometry
kdTreeQueryRepeated
(Geometry pts, Geometry queryEnv, double tolerance) static Geometry
quadTreeQuery
(Geometry geoms, Geometry queryEnv) static Geometry
strTreeBounds
(Geometry geoms) static Geometry
static Geometry
strTreeNNk
(Geometry geoms, Geometry geom, int k) static Geometry
strTreeQuery
(Geometry geoms, Geometry queryEnv)
-
Constructor Details
-
SpatialIndexFunctions
public SpatialIndexFunctions()
-
-
Method Details
-
kdTreeQuery
-
kdTreeQueryRepeated
-
buildKdTree
-
strTreeBounds
-
addBounds
-
strTreeQuery
-
buildSTRtree
-
strTreeNN
-
strTreeNNk
-
quadTreeQuery
-
buildQuadtree
-