getGeometry method

Geometry getGeometry()

Implementation

Geometry getGeometry() {
  // end last line in case it was not done by user
  endLine();
  return geomFact.buildGeometry(lines);
}