Interface SimilarityMeasure
-
- All Known Implementing Classes:
AreaSimilarityMeasure,HausdorffSimilarityMeasure
public interface SimilarityMeasureAn interface for classes which measures the degree of similarity between twoGeometrys. The computed measure lies in the range [0, 1]. Higher measures indicate a great degree of similarity. A measure of 1.0 indicates that the input geometries are identical A measure of 0.0 indicates that the geometries have essentially no similarity. The precise definition of "identical" and "no similarity" may depend on the exact algorithm being used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublemeasure(Geometry g1, Geometry g2)
-