Class EdgeRing.EnvelopeComparator
Compares EdgeRings based on their envelope, using the standard lexicographic ordering. This ordering is sufficient to make edge ring sorting deterministic.
Inherited Members
Namespace: NetTopologySuite.Operation.Polygonize
Assembly: NetTopologySuite.dll
Syntax
public class EnvelopeComparator : IComparer<EdgeRing>
Methods
| Improve this Doc View SourceCompare(EdgeRing, EdgeRing)
Declaration
public int Compare(EdgeRing r0, EdgeRing r1)
Parameters
Type | Name | Description |
---|---|---|
EdgeRing | r0 | |
EdgeRing | r1 |
Returns
Type | Description |
---|---|
Int32 |