Class BufferCurveSetBuilder
java.lang.Object
org.locationtech.jts.operation.buffer.BufferCurveSetBuilder
Creates all the raw offset curves for a buffer of a
Geometry
.
Raw curves need to be noded together and polygonized to form the final buffer area.- Version:
- 1.7
-
Constructor Summary
ConstructorsConstructorDescriptionBufferCurveSetBuilder
(Geometry inputGeom, double distance, PrecisionModel precisionModel, BufferParameters bufParams) -
Method Summary
-
Constructor Details
-
BufferCurveSetBuilder
public BufferCurveSetBuilder(Geometry inputGeom, double distance, PrecisionModel precisionModel, BufferParameters bufParams)
-
-
Method Details
-
getCurves
Computes the set of raw offset curves for the buffer. Each offset curve has an attachedLabel
indicating its left and right location.- Returns:
- a Collection of SegmentStrings representing the raw buffer curves
-