com.vividsolutions.jts.operation.overlay
public class PointBuilder extends java.lang.Object
Point
s from the nodes of an overlay graph.Constructor and Description |
---|
PointBuilder(OverlayOp op,
GeometryFactory geometryFactory,
PointLocator ptLocator) |
Modifier and Type | Method and Description |
---|---|
java.util.List |
build(int opCode)
Computes the Point geometries which will appear in the result,
given the specified overlay operation.
|
public PointBuilder(OverlayOp op, GeometryFactory geometryFactory, PointLocator ptLocator)