getCurves method

List getCurves()

Computes the set of raw offset curves for the buffer. Each offset curve has an attached {@link Label} indicating its left and right location.

@return a Collection of SegmentStrings representing the raw buffer curves

Implementation

List getCurves() {
  add(inputGeom);
  return curveList;
}