| java.lang.Object com.vividsolutions.jump.geom.MicroscopePointAdjuster
MicroscopePointAdjuster | public class MicroscopePointAdjuster (Code) | | 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.
|
MicroscopePointAdjuster | public MicroscopePointAdjuster(List segList, Envelope env, double minSep)(Code) | | |
adjustSegments | public List adjustSegments()(Code) | | Return a list of adjusted Segments.
Probably for testing only.
|
getAdjustedPointMap | public Map getAdjustedPointMap()(Code) | | |
|
|