Package org.locationtech.jtstest.geomop
Interface GeometryMatcher
-
- All Known Implementing Classes:
NormalizedGeometryMatcher
public interface GeometryMatcherAn interface for classes which can determine whether two geometries match, within a given tolerance.- Author:
- mbdavis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatch(Geometry a, Geometry b)voidsetTolerance(double tolerance)
-