Uses of Interface
com.vividsolutions.jts.algorithm.match.SimilarityMeasure

Packages that use SimilarityMeasure
com.vividsolutions.jts.algorithm.match Classes to compute matching metrics between geometries. 
 

Uses of SimilarityMeasure in com.vividsolutions.jts.algorithm.match
 

Classes in com.vividsolutions.jts.algorithm.match that implement SimilarityMeasure
 class AreaSimilarityMeasure
          Measures the degree of similarity between two Geometrys using the area of intersection between the geometries.
 class HausdorffSimilarityMeasure
          Measures the degree of similarity between two Geometrys using the Hausdorff distance metric.
 



Copyright © 2012. All Rights Reserved.