Package org.locationtech.jts.operation.distance
Provides classes for computing the distance between geometries
-
Class Summary Class Description ConnectedElementLocationFilter A ConnectedElementPointFilter extracts a single point from each connected element in a Geometry (e.g.ConnectedElementPointFilter Extracts a single point from each connected element in a Geometry (e.g.DistanceOp Find two points on twoGeometry
s which lie within a given distance, or else are the nearest points on the geometries (in which case this also provides the distance between the geometries).FacetSequence Represents a sequence of facets (points or line segments) of aGeometry
specified by a subsequence of aCoordinateSequence
.FacetSequenceTreeBuilder GeometryLocation Represents the location of a point on a Geometry.IndexedFacetDistance Computes the distance between the facets (segments and vertices) of twoGeometry
s using a Branch-and-Bound algorithm.