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.
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 TypeMethodDescriptionbooleanSTRtree.isWithinDistance(STRtree tree, ItemDistance itemDist, double maxDistance) Tests whether some two items from this tree and another tree lie within a given distance.Object[]STRtree.nearestNeighbour(STRtree tree, ItemDistance itemDist) Finds the two nearest items from this tree and another tree, usingItemDistanceas the distance metric. -
Uses of STRtree in org.locationtech.jts.operation.distance
Methods in org.locationtech.jts.operation.distance that return STRtree