Uses of Interface
com.vividsolutions.jump.qa.diff.DiffGeometryMatcher
-
Packages that use DiffGeometryMatcher Package Description com.vividsolutions.jump.qa.diff -
-
Uses of DiffGeometryMatcher in com.vividsolutions.jump.qa.diff
Classes in com.vividsolutions.jump.qa.diff that implement DiffGeometryMatcher Modifier and Type Class Description classBufferGeometryMatcherMatches geometries based on whether each Geometry is contained in the other's buffer.classExactGeometryMatcherclassNormalizedExactGeometryMatcherMethods in com.vividsolutions.jump.qa.diff with parameters of type DiffGeometryMatcher Modifier and Type Method Description voidDiffGeometry. setMatcher(DiffGeometryMatcher diffMatcher)voidDiffGeometryComponents. setMatcher(DiffGeometryMatcher diffMatcher)voidMatchIndex. testMatch(MatchCollection matchColl, DiffGeometryMatcher diffMatcher)booleanMatchIndex. testMatch(MatchGeometry testGeom, DiffGeometryMatcher diffMatcher)Constructors in com.vividsolutions.jump.qa.diff with parameters of type DiffGeometryMatcher Constructor Description DiffGeometryIndex(FeatureCollection fc, DiffGeometryMatcher diffMatcher, boolean splitIntoComponents)
-