org.geotools.geometry.iso.operation.overlay
Class LineBuilder

java.lang.Object
  extended by org.geotools.geometry.iso.operation.overlay.LineBuilder

public class LineBuilder
extends java.lang.Object

Forms JTS LineStrings out of a the graph of DirectedEdges created by an OverlayOp.


Constructor Summary
LineBuilder(OverlayOp op, org.opengis.referencing.crs.CoordinateReferenceSystem crs, PointLocator ptLocator)
           
 
Method Summary
 java.util.List<org.opengis.geometry.primitive.OrientableCurve> build(int opCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineBuilder

public LineBuilder(OverlayOp op,
                   org.opengis.referencing.crs.CoordinateReferenceSystem crs,
                   PointLocator ptLocator)
Method Detail

build

public java.util.List<org.opengis.geometry.primitive.OrientableCurve> build(int opCode)
Returns:
a list of the LineStrings in the result of the specified overlay operation


Copyright © 1996-2010 Geotools. All Rights Reserved.