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 class
BufferGeometryMatcher
Matches geometries based on whether each Geometry is contained in the other's buffer.class
ExactGeometryMatcher
class
NormalizedExactGeometryMatcher
Methods in com.vividsolutions.jump.qa.diff with parameters of type DiffGeometryMatcher Modifier and Type Method Description void
DiffGeometry. setMatcher(DiffGeometryMatcher diffMatcher)
void
DiffGeometryComponents. setMatcher(DiffGeometryMatcher diffMatcher)
void
MatchIndex. testMatch(MatchCollection matchColl, DiffGeometryMatcher diffMatcher)
boolean
MatchIndex. 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)
-