Class SpatialIndexFunctions
java.lang.Object
org.locationtech.jtstest.function.SpatialIndexFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Geometry
hprTreeBounds
(Geometry geoms) static Geometry
hprTreeQuery
(Geometry geoms, Geometry queryEnv) static Geometry
hprTreeQueryCached
(Geometry geoms, Geometry queryEnv) static Geometry
kdTreeGraph
(Geometry geom) static Geometry
kdTreeGraphSeed
(Geometry geom) static Geometry
kdTreeQuery
(Geometry pts, Geometry queryEnv, double tolerance) static Geometry
kdTreeQueryCached
(Geometry pts, Geometry queryEnv, double tolerance) static Geometry
kdTreeQueryRepeated
(Geometry pts, Geometry queryEnv, double tolerance) static Geometry
kdTreeSplits
(Geometry geom) static Geometry
kdTreeSplitsSeed
(Geometry geom) static Geometry
monotoneChains
(Geometry geom) static Geometry
quadTreeQuery
(Geometry geoms, Geometry queryEnv) static Geometry
strTreeBounds
(Geometry geoms) static Geometry
static Geometry
strTreeNNInSet
(Geometry geoms) static Geometry
strTreeNNk
(Geometry geoms, Geometry geom, int k) static Geometry
strTreeQuery
(Geometry geoms, Geometry queryEnv) static Geometry
strTreeQueryCached
(Geometry geoms, Geometry queryEnv)
-
Constructor Details
-
SpatialIndexFunctions
public SpatialIndexFunctions()
-
-
Method Details
-
kdTreeQuery
-
kdTreeQueryCached
-
kdTreeQueryRepeated
-
kdTreeGraphSeed
-
kdTreeGraph
-
kdTreeSplits
-
kdTreeSplitsSeed
-
strTreeBounds
-
hprTreeQuery
-
hprTreeQueryCached
-
hprTreeBounds
-
strTreeQueryCached
-
strTreeQuery
-
strTreeNN
-
strTreeNNInSet
-
strTreeNNk
-
quadTreeQuery
-
monotoneChains
-