Class LineBuilder
- java.lang.Object
-
- org.locationtech.jts.operation.overlay.LineBuilder
-
public class LineBuilder extends Object
Forms JTS LineStrings out of a the graph ofDirectedEdge
s created by anOverlayOp
.- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description LineBuilder(OverlayOp op, GeometryFactory geometryFactory, PointLocator ptLocator)
-
-
-
Constructor Detail
-
LineBuilder
public LineBuilder(OverlayOp op, GeometryFactory geometryFactory, PointLocator ptLocator)
-
-
Method Detail
-
build
public List build(int opCode)
- Returns:
- a list of the LineStrings in the result of the specified overlay operation
-
-