Class UniqueSegmentsWithToleranceFinder

java.lang.Object
com.vividsolutions.jump.qa.diff.UniqueSegmentsWithToleranceFinder

public class UniqueSegmentsWithToleranceFinder extends Object
  • Constructor Details

  • Method Details

    • 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)