Package com.vividsolutions.jump.qa.diff
Class MatchIndex
- java.lang.Object
-
- com.vividsolutions.jump.qa.diff.MatchIndex
-
public class MatchIndex extends Object
Indexes a MatchCollection to optimize the spatial queries used during matching.
-
-
Constructor Summary
Constructors Constructor Description MatchIndex(MatchCollection matchColl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testMatch(MatchCollection matchColl, DiffGeometryMatcher diffMatcher)
boolean
testMatch(MatchGeometry testGeom, DiffGeometryMatcher diffMatcher)
-
-
-
Constructor Detail
-
MatchIndex
public MatchIndex(MatchCollection matchColl)
-
-
Method Detail
-
testMatch
public void testMatch(MatchCollection matchColl, DiffGeometryMatcher diffMatcher)
-
testMatch
public boolean testMatch(MatchGeometry testGeom, DiffGeometryMatcher diffMatcher)
-
-