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
Geometry
s using the area of intersection between the geometries.Measures the degree of similarity between twoGeometry
s using the Fréchet distance metric.Measures the degree of similarity between twoGeometry
s using the Hausdorff distance metric.An interface for classes which measures the degree of similarity between twoGeometry
s.Provides methods to mathematically combineSimilarityMeasure
values.