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