Constructor BufferedLineString
BufferedLineString(IList<IPoint>, Double, SpatialContext)
Needs at least 1 point, usually more than that. If just one then it's internally treated like 2 points.
Declaration
public BufferedLineString(IList<IPoint> points, double buf, SpatialContext ctx)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<IPoint> | points | |
System.Double | buf | |
SpatialContext | ctx |
BufferedLineString(IList<IPoint>, Double, Boolean, SpatialContext)
Declaration
public BufferedLineString(IList<IPoint> points, double buf, bool expandBufForLongitudeSkew, SpatialContext ctx)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<IPoint> | points | ordered control points. If empty then this shape is empty. |
System.Double | buf | Buffer >= 0 |
System.Boolean | expandBufForLongitudeSkew | See ExpandBufForLongitudeSkew(IPoint, IPoint, Double) If true then the buffer for each segment is computed. |
SpatialContext | ctx |