Class PointBuilder
java.lang.Object
org.locationtech.jts.operation.overlay.PointBuilder
Constructs
Point
s from the nodes of an overlay graph.- Version:
- 1.7
-
Constructor Summary
ConstructorsConstructorDescriptionPointBuilder
(OverlayOp op, GeometryFactory geometryFactory, PointLocator ptLocator) -
Method Summary
-
Constructor Details
-
PointBuilder
-
-
Method Details
-
build
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
-