Uses of Interface
org.meteoinfo.jts.algorithm.match.SimilarityMeasure
-
Packages that use SimilarityMeasure Package Description org.meteoinfo.jts.algorithm.match -
-
Uses of SimilarityMeasure in org.meteoinfo.jts.algorithm.match
Classes in org.meteoinfo.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.classHausdorffSimilarityMeasureMeasures the degree of similarity between twoGeometrys using the Hausdorff distance metric.
-