Package org.locationtech.jtstest.geomop
Class NormalizedGeometryMatcher
- java.lang.Object
-
- org.locationtech.jtstest.geomop.NormalizedGeometryMatcher
-
- All Implemented Interfaces:
GeometryMatcher
public class NormalizedGeometryMatcher extends Object implements GeometryMatcher
-
-
Constructor Summary
Constructors Constructor Description NormalizedGeometryMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatch(Geometry a, Geometry b)voidsetTolerance(double tolerance)
-
-
-
Method Detail
-
setTolerance
public void setTolerance(double tolerance)
- Specified by:
setTolerancein interfaceGeometryMatcher
-
match
public boolean match(Geometry a, Geometry b)
- Specified by:
matchin interfaceGeometryMatcher
-
-