Uses of Class
org.locationtech.jts.index.strtree.STRtree
-
Packages that use STRtree Package Description org.locationtech.jts.index.strtree Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.org.locationtech.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences.org.locationtech.jts.noding.snapround Contains classes to implement the Snap Rounding algorithm for noding linestrings.org.locationtech.jts.operation.distance Provides classes for computing the distance between geometriesorg.locationtech.jtstest.function -
-
Uses of STRtree in org.locationtech.jts.index.strtree
Methods in org.locationtech.jts.index.strtree with parameters of type STRtree Modifier and Type Method Description java.lang.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.noding
Fields in org.locationtech.jts.noding declared as STRtree Modifier and Type Field Description private STRtreeMCIndexSegmentSetMutualIntersector. indexTheSpatialIndexused should be something that supports envelope (range) queries efficiently (such as aQuadtreeorSTRtree. -
Uses of STRtree in org.locationtech.jts.noding.snapround
Fields in org.locationtech.jts.noding.snapround declared as STRtree Modifier and Type Field Description private STRtreeMCIndexPointSnapper. index -
Uses of STRtree in org.locationtech.jts.operation.distance
Fields in org.locationtech.jts.operation.distance declared as STRtree Modifier and Type Field Description private STRtreeIndexedFacetDistance. cachedTreeMethods in org.locationtech.jts.operation.distance that return STRtree Modifier and Type Method Description static STRtreeFacetSequenceTreeBuilder. build(Geometry g) -
Uses of STRtree in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function that return STRtree Modifier and Type Method Description private static STRtreeSpatialIndexFunctions. buildSTRtree(Geometry geom)
-