Class AreaSimilarityMeasure

Hierarchy: Object , AreaSimilarityMeasure
All Implemented Interfaces: SimilarityMeasure
public class AreaSimilarityMeasure
implements SimilarityMeasure
Measures the degree of similarity between two Geometrys using the area of intersection between the geometries. The measure is normalized to lie in the range [0, 1]. Higher measures indicate a great degree of similarity.

NOTE: Currently experimental and incomplete.

Authors:
mbdavis
public AreaSimilarityMeasure()
Creates a new instance.
public double measure(Geometry g1, Geometry g2)