Package com.vividsolutions.jump.qa.diff
Class NormalizedExactGeometryMatcher
- java.lang.Object
-
- com.vividsolutions.jump.qa.diff.NormalizedExactGeometryMatcher
-
- All Implemented Interfaces:
DiffGeometryMatcher
public class NormalizedExactGeometryMatcher extends Object implements DiffGeometryMatcher
-
-
Constructor Summary
Constructors Constructor Description NormalizedExactGeometryMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.locationtech.jts.geom.GeometrygetQueryGeometry()booleanisMatch(org.locationtech.jts.geom.Geometry geom)org.locationtech.jts.geom.GeometrynormalizedClone(org.locationtech.jts.geom.Geometry geom)voidsetQueryGeometry(org.locationtech.jts.geom.Geometry geom)
-
-
-
Method Detail
-
setQueryGeometry
public void setQueryGeometry(org.locationtech.jts.geom.Geometry geom)
- Specified by:
setQueryGeometryin interfaceDiffGeometryMatcher
-
getQueryGeometry
public org.locationtech.jts.geom.Geometry getQueryGeometry()
- Specified by:
getQueryGeometryin interfaceDiffGeometryMatcher
-
isMatch
public boolean isMatch(org.locationtech.jts.geom.Geometry geom)
- Specified by:
isMatchin interfaceDiffGeometryMatcher
-
normalizedClone
public org.locationtech.jts.geom.Geometry normalizedClone(org.locationtech.jts.geom.Geometry geom)
-
-