public class PointBuilder
extends java.lang.Object
Points from the nodes of an overlay graph.| Constructor | Description |
|---|---|
PointBuilder(OverlayOp op,
GeometryFactory geometryFactory,
PointLocator ptLocator) |
| Modifier and Type | Method | 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)
Copyright © 2018. All rights reserved.