Class OffsetCurveSetBuilder
- java.lang.Object
-
- org.meteoinfo.jts.operation.buffer.OffsetCurveSetBuilder
-
public class OffsetCurveSetBuilder extends java.lang.ObjectCreates all the raw offset curves for a buffer of aGeometry. Raw curves need to be noded together and polygonized to form the final buffer area.
-
-
Constructor Summary
Constructors Constructor Description OffsetCurveSetBuilder(Geometry inputGeom, double distance, OffsetCurveBuilder curveBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ListgetCurves()Computes the set of raw offset curves for the buffer.
-
-
-
Constructor Detail
-
OffsetCurveSetBuilder
public OffsetCurveSetBuilder(Geometry inputGeom, double distance, OffsetCurveBuilder curveBuilder)
-
-
Method Detail
-
getCurves
public java.util.List getCurves()
Computes the set of raw offset curves for the buffer. Each offset curve has an attachedLabelindicating its left and right location.- Returns:
- a Collection of SegmentStrings representing the raw buffer curves
-
-