Class AreaSimilarityMeasure
java.lang.Object
org.locationtech.jts.algorithm.match.AreaSimilarityMeasure
- All Implemented Interfaces:
SimilarityMeasure
Measures the degree of similarity between two
Geometry
s
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AreaSimilarityMeasure
public AreaSimilarityMeasure()
-
-
Method Details
-
measure
- Specified by:
measure
in interfaceSimilarityMeasure
-