com.vividsolutions.jts.operation.overlay
Class PointBuilder
java.lang.Object
com.vividsolutions.jts.operation.overlay.PointBuilder
public class PointBuilder
- extends Object
Constructs Point
s from the nodes of an overlay graph.
- Version:
- 1.7
Method Summary |
List |
build(int opCode)
Computes the Point geometries which will appear in the result,
given the specified overlay operation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PointBuilder
public PointBuilder(OverlayOp op,
GeometryFactory geometryFactory,
PointLocator ptLocator)
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
Copyright © 2012. All Rights Reserved.