Package org.locationtech.jts.jump.geom
Class MicroscopePointAdjuster
- java.lang.Object
-
- org.locationtech.jts.jump.geom.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 Summary
Constructors Constructor Description MicroscopePointAdjuster(List segList, org.locationtech.jts.geom.Envelope env, double minSep)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List
adjustSegments()
Return a list of adjusted Segments.Map
getAdjustedPointMap()
-
-
-
Constructor Detail
-
MicroscopePointAdjuster
public MicroscopePointAdjuster(List segList, org.locationtech.jts.geom.Envelope env, double minSep)
-
-