setForceToLineString method

void setForceToLineString(
  1. bool isForcedToLineString
)

Indicates that LinearRing components should be converted to pure LineStrings.

@param isForcedToLineString true if LinearRings should be converted to LineStrings

Implementation

void setForceToLineString(bool isForcedToLineString) {
  this.isForcedToLineString = isForcedToLineString;
}