Uses of Interface
org.locationtech.jts.algorithm.match.SimilarityMeasure
-
Packages that use SimilarityMeasure Package Description org.locationtech.jts.algorithm.match 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 SimilarityMeasure Modifier and Type Class Description classAreaSimilarityMeasureMeasures the degree of similarity between twoGeometrys using the area of intersection between the geometries.classFrechetSimilarityMeasureMeasures the degree of similarity between twoGeometrys using the Fréchet distance metric.classHausdorffSimilarityMeasureMeasures the degree of similarity between twoGeometrys using the Hausdorff distance metric.
-