Package org.locationtech.jts.algorithm.match
package org.locationtech.jts.algorithm.match
Classes to compute matching metrics between geometries.
-
ClassDescriptionMeasures the degree of similarity between two
Geometrys using the area of intersection between the geometries.Measures the degree of similarity between twoGeometrys using the Fréchet distance metric.Measures the degree of similarity between twoGeometrys using the Hausdorff distance metric.An interface for classes which measures the degree of similarity between twoGeometrys.Provides methods to mathematically combineSimilarityMeasurevalues.