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 geometries
|
org.locationtech.jts.precision |
Provides classes for analyzing and
manipulating the precision of Geometries.
|
Modifier and Type | Method and Description |
---|---|
double |
ItemDistance.distance(ItemBoundable item1,
ItemBoundable item2)
Computes the distance between two items.
|
double |
GeometryItemDistance.distance(ItemBoundable item1,
ItemBoundable item2)
Computes the distance between two
Geometry items,
using the Geometry.distance(Geometry) method. |
Modifier and Type | Method and Description |
---|---|
double |
IndexedFacetDistance.FacetSequenceDistance.distance(ItemBoundable item1,
ItemBoundable item2) |
Modifier and Type | Method and Description |
---|---|
double |
MinimumClearance.MinClearanceDistance.distance(ItemBoundable b1,
ItemBoundable b2) |