Search Results for

    Show / Hide Table of Contents

    Class PolygonBuilder

    Forms Polygons out of a graph of {DirectedEdge}s. The edges to use are marked as being in the result Area.

    Inheritance
    object
    PolygonBuilder
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Operation.Overlay
    Assembly: NetTopologySuite.dll
    Syntax
    public class PolygonBuilder

    Constructors

    | Edit this page View Source

    PolygonBuilder(GeometryFactory)

    Declaration
    public PolygonBuilder(GeometryFactory geometryFactory)
    Parameters
    Type Name Description
    GeometryFactory geometryFactory

    Properties

    | Edit this page View Source

    Polygons

    Declaration
    public IList<Geometry> Polygons { get; }
    Property Value
    Type Description
    IList<Geometry>

    Methods

    | Edit this page 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
    Type Name Description
    PlanarGraph graph
    | Edit this page 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
    Type Name Description
    IList<EdgeEnd> dirEdges
    IList<Node> nodes
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX