Constructor BufferedLine
BufferedLine(IPoint, IPoint, Double, SpatialContext)
Creates a buffered line from pA to pB. The buffer extends on both sides of the line, making the width 2x the buffer. The buffer extends out from pA & pB, making the line in effect 2x the buffer longer than pA to pB.
Declaration
public BufferedLine(IPoint pA, IPoint pB, double buf, SpatialContext ctx)
Parameters
Type | Name | Description |
---|---|---|
IPoint | pA | start point |
IPoint | pB | end point |
System.Double | buf | the buffer distance in degrees |
SpatialContext | ctx |