com.vividsolutions.jts.operation.buffer

Class OffsetCurveSetBuilder


public class OffsetCurveSetBuilder
extends java.lang.Object

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

OffsetCurveSetBuilder(Geometry inputGeom, double distance, OffsetCurveBuilder curveBuilder)

Method Summary

List
getCurves()
Computes the set of raw offset curves for the buffer.

Constructor Details

OffsetCurveSetBuilder

public OffsetCurveSetBuilder(Geometry inputGeom,
                             double distance,
                             OffsetCurveBuilder curveBuilder)

Method Details

getCurves

public List getCurves()
Returns:
a Collection of SegmentStrings representing the raw buffer curves