Uses of Class
com.vividsolutions.jts.index.strtree.ItemBoundable
-
Packages that use ItemBoundable Package Description com.vividsolutions.jts.index.strtree Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree. -
-
Uses of ItemBoundable in com.vividsolutions.jts.index.strtree
Methods in com.vividsolutions.jts.index.strtree with parameters of type ItemBoundable Modifier and Type Method Description doubleGeometryItemDistance. distance(ItemBoundable item1, ItemBoundable item2)Computes the distance between twoGeometryitems, using theGeometry.distance(Geometry)method.doubleItemDistance. distance(ItemBoundable item1, ItemBoundable item2)Computes the distance between two items.
-