Package org.locationtech.jts.algorithm.distance
package org.locationtech.jts.algorithm.distance
Classes to compute distance metrics between geometries.
-
ClassesClassDescriptionThe Fréchet distance is a measure of similarity between curves.An algorithm for computing a distance metric which is an approximation to the Hausdorff Distance based on a discretization of the input
Geometry
.Computes the Euclidean distance (L2 metric) from aCoordinate
to aGeometry
.Contains a pair of points and the distance between them.