com.vividsolutions.jts.operation.overlay
Class PointBuilder

java.lang.Object
  extended bycom.vividsolutions.jts.operation.overlay.PointBuilder

public class PointBuilder
extends java.lang.Object

Constructs Points from the nodes of an overlay graph.

Version:
1.4.0

Constructor Summary
PointBuilder(OverlayOp op, GeometryFactory geometryFactory, PointLocator ptLocator)
           
 
Method Summary
 java.util.List build(int opCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointBuilder

public PointBuilder(OverlayOp op,
                    GeometryFactory geometryFactory,
                    PointLocator ptLocator)
Method Detail

build

public java.util.List build(int opCode)
Returns:
a list of the Points in the result of the specified overlay operation