Package org.locationtech.jts.algorithm.distance
Classes to compute distance metrics between geometries.
-
Class Summary Class Description DiscreteHausdorffDistance An algorithm for computing a distance metric which is an approximation to the Hausdorff Distance based on a discretization of the inputGeometry
.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter DiscreteHausdorffDistance.MaxPointDistanceFilter DistanceToPoint Computes the Euclidean distance (L2 metric) from aCoordinate
to aGeometry
.PointPairDistance Contains a pair of points and the distance between them.