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.
    Author:
    mbdavis
    • Method Detail

      • setTolerance

        void setTolerance​(double tolerance)