Uses of Class
org.hortonmachine.gears.io.las.index.strtree.STRtreeJGT
-
Packages that use STRtreeJGT Package Description org.hortonmachine.gears.io.las.index org.hortonmachine.gears.io.las.index.strtree -
-
Uses of STRtreeJGT in org.hortonmachine.gears.io.las.index
Methods in org.hortonmachine.gears.io.las.index that return STRtreeJGT Modifier and Type Method Description static STRtreeJGTOmsLasIndexReader. readIndex(String path) -
Uses of STRtreeJGT in org.hortonmachine.gears.io.las.index.strtree
Methods in org.hortonmachine.gears.io.las.index.strtree with parameters of type STRtreeJGT Modifier and Type Method Description Object[]STRtreeJGT. nearestNeighbour(STRtreeJGT tree, org.locationtech.jts.index.strtree.ItemDistance itemDist)Finds the two nearest items from this tree and another tree, usingItemDistanceas the distance metric.
-