Class UniqueSegmentsWithToleranceFinder


  • public class UniqueSegmentsWithToleranceFinder
    extends Object
    • 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)