Uses of Class
org.meteoinfo.jts.index.strtree.STRtree
-
Packages that use STRtree Package Description org.meteoinfo.jts.index.strtree org.meteoinfo.jts.operation.distance -
-
Uses of STRtree in org.meteoinfo.jts.index.strtree
Methods in org.meteoinfo.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.meteoinfo.jts.operation.distance
Methods in org.meteoinfo.jts.operation.distance that return STRtree Modifier and Type Method Description static STRtreeFacetSequenceTreeBuilder. build(Geometry g)
-