Class NormalizedExactGeometryMatcher
java.lang.Object
com.vividsolutions.jump.qa.diff.NormalizedExactGeometryMatcher
- All Implemented Interfaces:
DiffGeometryMatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.locationtech.jts.geom.GeometrybooleanisMatch(org.locationtech.jts.geom.Geometry geom) org.locationtech.jts.geom.GeometrynormalizedClone(org.locationtech.jts.geom.Geometry geom) voidsetQueryGeometry(org.locationtech.jts.geom.Geometry geom)
-
Constructor Details
-
NormalizedExactGeometryMatcher
public NormalizedExactGeometryMatcher()
-
-
Method Details
-
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)
-