com.vividsolutions.jump.geom
Class MicroscopePointAdjuster
java.lang.Object
com.vividsolutions.jump.geom.MicroscopePointAdjuster
public class MicroscopePointAdjuster
- extends java.lang.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 |
MicroscopePointAdjuster(java.util.List segList,
com.vividsolutions.jts.geom.Envelope env,
double minSep)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MicroscopePointAdjuster
public MicroscopePointAdjuster(java.util.List segList,
com.vividsolutions.jts.geom.Envelope env,
double minSep)
getAdjustedPointMap
public java.util.Map getAdjustedPointMap()
adjustSegments
public java.util.List adjustSegments()
- Return a list of adjusted Segments.
Probably for testing only.