Package com.vividsolutions.jump.qa.diff
Class UniqueSegmentsWithToleranceFinder
- java.lang.Object
-
- com.vividsolutions.jump.qa.diff.UniqueSegmentsWithToleranceFinder
-
public class UniqueSegmentsWithToleranceFinder extends Object
-
-
Constructor Summary
Constructors Constructor Description UniqueSegmentsWithToleranceFinder(FeatureCollection fc0, FeatureCollection fc1)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.locationtech.jts.geom.LineSegment>
findUniqueSegments(double tolerance)
void
findUniqueSegments(org.locationtech.jts.geom.Coordinate[] coord, double tolerance)
void
findUniqueSegments(org.locationtech.jts.geom.Geometry geom, double tolerance)
static double
maximumDistance(org.locationtech.jts.geom.LineSegment seg1, org.locationtech.jts.geom.LineSegment seg2)
-
-
-
Constructor Detail
-
UniqueSegmentsWithToleranceFinder
public UniqueSegmentsWithToleranceFinder(FeatureCollection fc0, FeatureCollection fc1)
-
-
Method Detail
-
maximumDistance
public static double maximumDistance(org.locationtech.jts.geom.LineSegment seg1, org.locationtech.jts.geom.LineSegment seg2)
-
findUniqueSegments
public List<org.locationtech.jts.geom.LineSegment> findUniqueSegments(double tolerance)
-
findUniqueSegments
public void findUniqueSegments(org.locationtech.jts.geom.Geometry geom, double tolerance)
-
findUniqueSegments
public void findUniqueSegments(org.locationtech.jts.geom.Coordinate[] coord, double tolerance)
-
-