public class NormalizedGeometryMatcher extends java.lang.Object implements GeometryMatcher
| Modifier and Type | Field and Description |
|---|---|
private double |
tolerance |
| Constructor and Description |
|---|
NormalizedGeometryMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Geometry a,
Geometry b) |
void |
setTolerance(double tolerance) |
public void setTolerance(double tolerance)
setTolerance in interface GeometryMatcherpublic boolean match(Geometry a, Geometry b)
match in interface GeometryMatcher