Class PolygonBuilder
Forms Polygon
s out of a graph of {DirectedEdge}s.
The edges to use are marked as being in the result Area.
Inheritance
PolygonBuilder
Assembly: NetTopologySuite.dll
Syntax
public class PolygonBuilder
Constructors
|
Improve this Doc
View Source
PolygonBuilder(GeometryFactory)
Declaration
public PolygonBuilder(GeometryFactory geometryFactory)
Parameters
Properties
|
Improve this Doc
View Source
Polygons
Declaration
public IList<Geometry> Polygons { get; }
Property Value
Methods
|
Improve this Doc
View Source
Add(PlanarGraph)
Add a complete graph.
The graph is assumed to contain one or more polygons,
possibly with holes.
Declaration
public void Add(PlanarGraph graph)
Parameters
|
Improve this Doc
View Source
Add(IList<EdgeEnd>, IList<Node>)
Add a set of edges and nodes, which form a graph.
The graph is assumed to contain one or more polygons,
possibly with holes.
Declaration
public void Add(IList<EdgeEnd> dirEdges, IList<Node> nodes)
Parameters