Package org.locationtech.jts.jump.geom
Class SingleSegmentExpander
- java.lang.Object
-
- org.locationtech.jts.jump.geom.SingleSegmentExpander
-
public class SingleSegmentExpander extends Object
A heuristic used by Microscope to expand a single segment, while maintaining its orientation.
-
-
Constructor Summary
Constructors Constructor Description SingleSegmentExpander()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.locationtech.jts.geom.Coordinate[]
expandSegment(org.locationtech.jts.geom.LineSegment seg, org.locationtech.jts.geom.Envelope env)
static org.locationtech.jts.geom.Envelope
getInsetEnvelope(org.locationtech.jts.geom.Envelope env, double insetPct)
boolean
isApplicable(List segList, List ptList)
-
-
-
Method Detail
-
getInsetEnvelope
public static org.locationtech.jts.geom.Envelope getInsetEnvelope(org.locationtech.jts.geom.Envelope env, double insetPct)
-
expandSegment
public org.locationtech.jts.geom.Coordinate[] expandSegment(org.locationtech.jts.geom.LineSegment seg, org.locationtech.jts.geom.Envelope env)
-
-