Uses of Class
org.meteoinfo.jts.index.strtree.ItemBoundable
-
Packages that use ItemBoundable Package Description org.meteoinfo.jts.index.strtree -
-
Uses of ItemBoundable in org.meteoinfo.jts.index.strtree
Methods in org.meteoinfo.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.
-