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
MinimalEdgeRing
Assembly: NetTopologySuite.dll
Syntax
public class MinimalEdgeRing : EdgeRing
Constructors
|
Improve this Doc
View Source
MinimalEdgeRing(DirectedEdge, GeometryFactory)
Declaration
public MinimalEdgeRing(DirectedEdge start, GeometryFactory geometryFactory)
Parameters
Methods
|
Improve this Doc
View Source
GetNext(DirectedEdge)
Declaration
public override DirectedEdge GetNext(DirectedEdge de)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
SetEdgeRing(DirectedEdge, EdgeRing)
Declaration
public override void SetEdgeRing(DirectedEdge de, EdgeRing er)
Parameters
Overrides