Package org.locationtech.jtstest.geomop
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
match(Geometry a, Geometry b)
void
setTolerance(double tolerance)
-