Class DissolveHalfEdge
A HalfEdge which carries information required to support LineDissolver.
Implements
Inherited Members
Namespace: NetTopologySuite.Dissolve
Assembly: NetTopologySuite.dll
Syntax
public class DissolveHalfEdge : MarkHalfEdge, IComparable<HalfEdge>
Constructors
| Edit this page View SourceDissolveHalfEdge(Coordinate)
Creates an instance of a DissolveHalfEdge using the provided origin.
Declaration
public DissolveHalfEdge(Coordinate orig)
Parameters
| Type | Name | Description |
|---|---|---|
| Coordinate | orig | The origin |
Properties
| Edit this page View SourceIsStart
Tests whether this edge is the starting segment in a LineString being dissolved.
Declaration
public bool IsStart { get; }
Property Value
| Type | Description |
|---|---|
| bool |
|
Methods
| Edit this page View SourceSetStart()
Sets this edge to be the start segment of an input LineString.
Declaration
public void SetStart()