Package com.vividsolutions.jump.qa.diff
Class ExactGeometryMatcher
- java.lang.Object
-
- com.vividsolutions.jump.qa.diff.ExactGeometryMatcher
-
- All Implemented Interfaces:
DiffGeometryMatcher
public class ExactGeometryMatcher extends Object implements DiffGeometryMatcher
-
-
Constructor Summary
Constructors Constructor Description ExactGeometryMatcher()
-
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)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
-
-