Uses of Class
org.locationtech.jts.util.PriorityQueue
-
Packages that use PriorityQueue 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. -
-
Uses of PriorityQueue in org.locationtech.jts.index.strtree
Methods in org.locationtech.jts.index.strtree with parameters of type PriorityQueue Modifier and Type Method Description private void
BoundablePair. expand(Boundable bndComposite, Boundable bndOther, PriorityQueue priQ, double minDistance)
void
BoundablePair. expandToQueue(PriorityQueue priQ, double minDistance)
For a pair which is not a leaf (i.e.
-