com.vividsolutions.jump.qa.diff
Class DiffSegmentsWithTolerance

java.lang.Object
  extended by com.vividsolutions.jump.qa.diff.DiffSegmentsWithTolerance

public class DiffSegmentsWithTolerance
extends java.lang.Object

DiffEdges find all line segments in two FeatureCollections which occur once only.


Constructor Summary
DiffSegmentsWithTolerance(FeatureCollection fc0, FeatureCollection fc1, double tolerance)
           
 
Method Summary
 FeatureCollection[] diff()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffSegmentsWithTolerance

public DiffSegmentsWithTolerance(FeatureCollection fc0,
                                 FeatureCollection fc1,
                                 double tolerance)
Method Detail

diff

public FeatureCollection[] diff()