Class LineBuilder
Forms NTS LineStrings out of a the graph of DirectedEdge
s
created by an OverlayOp
.
Assembly: NetTopologySuite.dll
Syntax
Constructors
|
Improve this Doc
View Source
LineBuilder(OverlayOp, GeometryFactory, PointLocator)
Declaration
public LineBuilder(OverlayOp op, GeometryFactory geometryFactory, PointLocator ptLocator)
Parameters
Methods
|
Improve this Doc
View Source
Build(SpatialFunction)
Declaration
public IList<Geometry> Build(SpatialFunction opCode)
Parameters
Returns
Type |
Description |
IList<Geometry> |
A list of the LineStrings in the result of the specified overlay operation.
|
|
Improve this Doc
View Source
CollectBoundaryTouchEdge(DirectedEdge, SpatialFunction, IList<Edge>)
Collect edges from Area inputs which should be in the result but
which have not been included in a result area.
This happens ONLY:
during an intersection when the boundaries of two
areas touch in a line segment
OR as a result of a dimensional collapse.
Declaration
public void CollectBoundaryTouchEdge(DirectedEdge de, SpatialFunction opCode, IList<Edge> edges)
Parameters
|
Improve this Doc
View Source
CollectLineEdge(DirectedEdge, SpatialFunction, IList<Edge>)
Declaration
public void CollectLineEdge(DirectedEdge de, SpatialFunction opCode, IList<Edge> edges)
Parameters