com.vividsolutions.jts.operation.overlay
Class LineBuilder
java.lang.Object
com.vividsolutions.jts.operation.overlay.LineBuilder
public class LineBuilder
- extends Object
Forms JTS LineStrings out of a the graph of DirectedEdge
s
created by an OverlayOp
.
- Version:
- 1.7
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineBuilder
public LineBuilder(OverlayOp op,
GeometryFactory geometryFactory,
PointLocator ptLocator)
build
public List build(int opCode)
- Returns:
- a list of the LineStrings in the result of the specified overlay operation
Copyright © 2012. All Rights Reserved.