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 TypeClassDescriptionclassMeasures the degree of similarity between twoGeometrys using the area of intersection between the geometries.classMeasures the degree of similarity between twoGeometrys using the Fréchet distance metric.classMeasures the degree of similarity between twoGeometrys using the Hausdorff distance metric.