Interface GeometryMatcher

All Known Implementing Classes:
NormalizedGeometryMatcher

public interface GeometryMatcher
An interface for classes which can determine whether two geometries match, within a given tolerance.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setTolerance(double tolerance)
     
  • Method Details

    • setTolerance

      void setTolerance(double tolerance)
    • match

      boolean match(Geometry a, Geometry b)