Class MicroscopePointAdjuster


  • public class MicroscopePointAdjuster
    extends Object
    A MicroscopePointAdjuster takes some line segments and an envelope, and adjusts the points of the line segments within the envelope so that small differences are visible. Points will not be moved outside the envelope.
    • Constructor Detail

      • MicroscopePointAdjuster

        public MicroscopePointAdjuster​(List segList,
                                       org.locationtech.jts.geom.Envelope env,
                                       double minSep)
    • Method Detail

      • getAdjustedPointMap

        public Map getAdjustedPointMap()
      • adjustSegments

        public List adjustSegments()
        Return a list of adjusted Segments. Probably for testing only.