Class PolygonizeEdge
An edge of a polygonization graph.
Inherited Members
Namespace: NetTopologySuite.Operation.Polygonize
Assembly: NetTopologySuite.dll
Syntax
public class PolygonizeEdge : Edge
Constructors
| Improve this Doc View SourcePolygonizeEdge(LineString)
Declaration
public PolygonizeEdge(LineString line)
Parameters
Type | Name | Description |
---|---|---|
LineString | line |
Properties
| Improve this Doc View SourceLine
Declaration
public LineString Line { get; }
Property Value
Type | Description |
---|---|
LineString |