Uses of Class
org.locationtech.jts.index.strtree.STRtree
Packages that use STRtree
Package
Description
Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.
Classes to compute nodings for arrangements of line segments and line segment sequences.
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
Provides classes for computing the distance between geometries
-
Uses of STRtree in org.locationtech.jts.index.strtree
Methods in org.locationtech.jts.index.strtree with parameters of type STRtreeModifier and TypeMethodDescriptionObject[]
STRtree.nearestNeighbour
(STRtree tree, ItemDistance itemDist) Finds the two nearest items from this tree and another tree, usingItemDistance
as the distance metric. -
Uses of STRtree in org.locationtech.jts.noding
Fields in org.locationtech.jts.noding declared as STRtreeModifier and TypeFieldDescriptionprivate STRtree
MCIndexSegmentSetMutualIntersector.index
TheSpatialIndex
used should be something that supports envelope (range) queries efficiently (such as aQuadtree
orSTRtree
. -
Uses of STRtree in org.locationtech.jts.noding.snapround
Fields in org.locationtech.jts.noding.snapround declared as STRtree -
Uses of STRtree in org.locationtech.jts.operation.distance
Fields in org.locationtech.jts.operation.distance declared as STRtreeMethods in org.locationtech.jts.operation.distance that return STRtree -
Uses of STRtree in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function that return STRtreeModifier and TypeMethodDescriptionprivate static STRtree
SpatialIndexFunctions.buildSTRtree
(Geometry geom)