Search Results for

    Show / Hide Table of Contents

    Class MinimalEdgeRing

    A ring of edges with the property that no node has degree greater than 2. These are the form of rings required to represent polygons under the OGC SFS spatial data model.

    Inheritance
    object
    EdgeRing
    MinimalEdgeRing
    Inherited Members
    EdgeRing.startDe
    EdgeRing.GeometryFactory
    EdgeRing.IsIsolated
    EdgeRing.IsHole
    EdgeRing.GetCoordinate(int)
    EdgeRing.LinearRing
    EdgeRing.Label
    EdgeRing.IsShell
    EdgeRing.Shell
    EdgeRing.AddHole(EdgeRing)
    EdgeRing.ToPolygon(GeometryFactory)
    EdgeRing.ComputeRing()
    EdgeRing.Edges
    EdgeRing.ComputePoints(DirectedEdge)
    EdgeRing.MaxNodeDegree
    EdgeRing.SetInResult()
    EdgeRing.MergeLabel(Label)
    EdgeRing.MergeLabel(Label, int)
    EdgeRing.AddPoints(Edge, bool, bool)
    EdgeRing.ContainsPoint(Coordinate)
    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 MinimalEdgeRing : EdgeRing

    Constructors

    | Edit this page View Source

    MinimalEdgeRing(DirectedEdge, GeometryFactory)

    Declaration
    public MinimalEdgeRing(DirectedEdge start, GeometryFactory geometryFactory)
    Parameters
    Type Name Description
    DirectedEdge start
    GeometryFactory geometryFactory

    Methods

    | Edit this page View Source

    GetNext(DirectedEdge)

    Declaration
    public override DirectedEdge GetNext(DirectedEdge de)
    Parameters
    Type Name Description
    DirectedEdge de
    Returns
    Type Description
    DirectedEdge
    Overrides
    EdgeRing.GetNext(DirectedEdge)
    | Edit this page View Source

    SetEdgeRing(DirectedEdge, EdgeRing)

    Declaration
    public override void SetEdgeRing(DirectedEdge de, EdgeRing er)
    Parameters
    Type Name Description
    DirectedEdge de
    EdgeRing er
    Overrides
    EdgeRing.SetEdgeRing(DirectedEdge, EdgeRing)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX