Class NormalizedExactGeometryMatcher

java.lang.Object
com.vividsolutions.jump.qa.diff.NormalizedExactGeometryMatcher
All Implemented Interfaces:
DiffGeometryMatcher

public class NormalizedExactGeometryMatcher extends Object implements DiffGeometryMatcher
  • Constructor Details

    • NormalizedExactGeometryMatcher

      public NormalizedExactGeometryMatcher()
  • Method Details

    • setQueryGeometry

      public void setQueryGeometry(org.locationtech.jts.geom.Geometry geom)
      Specified by:
      setQueryGeometry in interface DiffGeometryMatcher
    • getQueryGeometry

      public org.locationtech.jts.geom.Geometry getQueryGeometry()
      Specified by:
      getQueryGeometry in interface DiffGeometryMatcher
    • isMatch

      public boolean isMatch(org.locationtech.jts.geom.Geometry geom)
      Specified by:
      isMatch in interface DiffGeometryMatcher
    • normalizedClone

      public org.locationtech.jts.geom.Geometry normalizedClone(org.locationtech.jts.geom.Geometry geom)