Class UniqueSegmentsWithToleranceFinder
java.lang.Object
com.vividsolutions.jump.qa.diff.UniqueSegmentsWithToleranceFinder
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionList<org.locationtech.jts.geom.LineSegment> findUniqueSegments(double tolerance) voidfindUniqueSegments(org.locationtech.jts.geom.Coordinate[] coord, double tolerance) voidfindUniqueSegments(org.locationtech.jts.geom.Geometry geom, double tolerance) static doublemaximumDistance(org.locationtech.jts.geom.LineSegment seg1, org.locationtech.jts.geom.LineSegment seg2)
-
Constructor Details
-
UniqueSegmentsWithToleranceFinder
-
-
Method Details
-
maximumDistance
public static double maximumDistance(org.locationtech.jts.geom.LineSegment seg1, org.locationtech.jts.geom.LineSegment seg2) -
findUniqueSegments
-
findUniqueSegments
public void findUniqueSegments(org.locationtech.jts.geom.Geometry geom, double tolerance) -
findUniqueSegments
public void findUniqueSegments(org.locationtech.jts.geom.Coordinate[] coord, double tolerance)
-