LinearComponentExtracter.withForced constructor

LinearComponentExtracter.withForced(
  1. List<LineString> lines,
  2. bool isForcedToLineString
)

Constructs a LineExtracterFilter with a list in which to store LineStrings found.

Implementation

LinearComponentExtracter.withForced(this.lines, bool isForcedToLineString) {
  this.isForcedToLineString = isForcedToLineString;
}