DriverOptions.WritePolygonsAsLines

DriverOptions.WritePolygonsAsLines property

Determines if transformation of polygon or multipolygon to linestring is allowed. Defaults to false.

public bool WritePolygonsAsLines { get; set; }

Remarks

This is a creation option - it does not affect opening.

See Also