Method MakeBufferedLineString
MakeBufferedLineString(IList<IPoint>, Double)
Constructs a buffered line string. It's an ordered sequence of connected vertexes, with a buffer distance along the line in all directions. There is no official shape/interface for it so we just return IShape.
Declaration
public virtual IShape MakeBufferedLineString(IList<IPoint> points, double buf)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<IPoint> | points | |
System.Double | buf |
Returns
Type | Description |
---|---|
IShape |