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.
-
Method Summary
-
Method Details
-
setTolerance
void setTolerance(double tolerance) -
match
-