Package com.vividsolutions.jump.qa.diff
Class DiffGeometry
- java.lang.Object
-
- com.vividsolutions.jump.qa.diff.DiffGeometry
-
public class DiffGeometry extends Object
-
-
Constructor Summary
Constructors Constructor Description DiffGeometry(FeatureCollection fc0, FeatureCollection fc1, TaskMonitor monitor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureCollection[]
diff()
void
setMatcher(DiffGeometryMatcher diffMatcher)
void
setNormalize(boolean normalizeGeometry)
void
setSplitIntoComponents(boolean splitIntoComponents)
-
-
-
Constructor Detail
-
DiffGeometry
public DiffGeometry(FeatureCollection fc0, FeatureCollection fc1, TaskMonitor monitor)
-
-
Method Detail
-
setNormalize
public void setNormalize(boolean normalizeGeometry)
-
setSplitIntoComponents
public void setSplitIntoComponents(boolean splitIntoComponents)
-
setMatcher
public void setMatcher(DiffGeometryMatcher diffMatcher)
-
diff
public FeatureCollection[] diff()
-
-