Class OffsetCurveSetBuilder

Hierarchy: Object , OffsetCurveSetBuilder
public class OffsetCurveSetBuilder
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.

Other

  • version: 1.7
public OffsetCurveSetBuilder(Geometry inputGeom, double distance, OffsetCurveBuilder curveBuilder)
public List getCurves()
Computes the set of raw offset curves for the buffer. Each offset curve has an attached Label indicating its left and right location.
Returns:
a Collection of SegmentStrings representing the raw buffer curves