Uses of Interface
org.locationtech.jts.algorithm.match.SimilarityMeasure
Packages that use SimilarityMeasure
Package
Description
Classes to compute matching metrics between geometries.
-
Uses of SimilarityMeasure in org.locationtech.jts.algorithm.match
Classes in org.locationtech.jts.algorithm.match that implement SimilarityMeasureModifier and TypeClassDescriptionclass
Measures the degree of similarity between twoGeometry
s using the area of intersection between the geometries.class
Measures the degree of similarity between twoGeometry
s using the Fréchet distance metric.class
Measures the degree of similarity between twoGeometry
s using the Hausdorff distance metric.