Uses of Interface
com.vividsolutions.jump.qa.diff.DiffGeometryMatcher
Packages that use DiffGeometryMatcher
-
Uses of DiffGeometryMatcher in com.vividsolutions.jump.qa.diff
Classes in com.vividsolutions.jump.qa.diff that implement DiffGeometryMatcherModifier and TypeClassDescriptionclassMatches geometries based on whether each Geometry is contained in the other's buffer.classclassMethods in com.vividsolutions.jump.qa.diff with parameters of type DiffGeometryMatcherModifier and TypeMethodDescriptionvoidDiffGeometry.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 DiffGeometryMatcherModifierConstructorDescriptionDiffGeometryIndex(FeatureCollection fc, DiffGeometryMatcher diffMatcher, boolean splitIntoComponents)