getLine method

LineString getLine()

Gets the {@link LineString} component the iterator is current at. @return a linestring

Implementation

LineString getLine() {
  return currentLine!;
}