com.vividsolutions.jts.operation.overlay

Class PointBuilder


public class PointBuilder
extends java.lang.Object

Constructs Points from the nodes of an overlay graph.
Version:
1.7

Constructor Summary

PointBuilder(OverlayOp op, GeometryFactory geometryFactory, PointLocator ptLocator)

Method Summary

List
build(int opCode)
Computes the Point geometries which will appear in the result, given the specified overlay operation.

Constructor Details

PointBuilder

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

Method Details

build

public List build(int opCode)
Computes the Point geometries which will appear in the result, given the specified overlay operation.
Returns:
a list of the Points objects in the result