Class PointBuilder
- java.lang.Object
-
- org.locationtech.jts.operation.overlay.PointBuilder
-
-
Constructor Summary
Constructors Constructor Description PointBuilder(OverlayOp op, GeometryFactory geometryFactory, PointLocator ptLocator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List
build(int opCode)
Computes the Point geometries which will appear in the result, given the specified overlay operation.
-
-
-
Constructor Detail
-
PointBuilder
public PointBuilder(OverlayOp op, GeometryFactory geometryFactory, PointLocator ptLocator)
-
-
Method Detail
-
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
-
-