Uses of Class
org.locationtech.jts.index.strtree.ItemBoundable
-
Packages that use ItemBoundable 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.org.locationtech.jts.operation.distance Provides classes for computing the distance between geometriesorg.locationtech.jts.precision Provides classes for analyzing and manipulating the precision of Geometries. -
-
Uses of ItemBoundable in org.locationtech.jts.index.strtree
Methods in org.locationtech.jts.index.strtree with parameters of type ItemBoundable Modifier and Type Method Description double
GeometryItemDistance. distance(ItemBoundable item1, ItemBoundable item2)
Computes the distance between twoGeometry
items, using theGeometry.distance(Geometry)
method.double
ItemDistance. distance(ItemBoundable item1, ItemBoundable item2)
Computes the distance between two items. -
Uses of ItemBoundable in org.locationtech.jts.operation.distance
Methods in org.locationtech.jts.operation.distance with parameters of type ItemBoundable Modifier and Type Method Description double
IndexedFacetDistance.FacetSequenceDistance. distance(ItemBoundable item1, ItemBoundable item2)
-
Uses of ItemBoundable in org.locationtech.jts.precision
Methods in org.locationtech.jts.precision with parameters of type ItemBoundable Modifier and Type Method Description double
MinimumClearance.MinClearanceDistance. distance(ItemBoundable b1, ItemBoundable b2)
-